Skip to content

Commit

Permalink
[Presentation] User agent is not needed in the map
Browse files Browse the repository at this point in the history
  • Loading branch information
Wolfteam committed Jun 20, 2021
1 parent da660e8 commit 9eeb234
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion lib/presentation/map/map_page.dart
Expand Up @@ -87,7 +87,6 @@ class _MapPageState extends State<MapPage> {
if (state.hasInternetConnection) {
return WebviewScaffold(
url: state.mapUrl,
userAgent: state.userAgent,
ignoreSSLErrors: true,
appCacheEnabled: true,
hidden: true,
Expand Down

0 comments on commit 9eeb234

Please sign in to comment.