From e6f1cd603b3457d236225b3da136440aef2fa1ed Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=D0=90=D0=BB=D0=B5=D0=BA=D1=81=D0=B0=D0=BD=D0=B4=D1=80=20?= =?UTF-8?q?=D0=97=D0=B0=D1=86=D0=B5=D0=BF=D0=B8=D0=BD?= Date: Tue, 9 Jul 2019 11:55:00 +0300 Subject: [PATCH] [android] Fixed build --- .../com/mapswithme/maps/bookmarks/BookmarksCatalogFragment.java | 1 + 1 file changed, 1 insertion(+) diff --git a/android/src/com/mapswithme/maps/bookmarks/BookmarksCatalogFragment.java b/android/src/com/mapswithme/maps/bookmarks/BookmarksCatalogFragment.java index ab609fd32c..69d97edb95 100644 --- a/android/src/com/mapswithme/maps/bookmarks/BookmarksCatalogFragment.java +++ b/android/src/com/mapswithme/maps/bookmarks/BookmarksCatalogFragment.java @@ -4,6 +4,7 @@ import android.annotation.SuppressLint; import android.annotation.TargetApi; import android.app.Activity; import android.content.Intent; +import android.net.Uri; import android.net.http.SslError; import android.os.Build; import android.os.Bundle;