diff --git a/android/src/com/mapswithme/maps/widget/placepage/BottomSheetPlacePageController.java b/android/src/com/mapswithme/maps/widget/placepage/BottomSheetPlacePageController.java index b6aa402cf2..a78ba7fff0 100644 --- a/android/src/com/mapswithme/maps/widget/placepage/BottomSheetPlacePageController.java +++ b/android/src/com/mapswithme/maps/widget/placepage/BottomSheetPlacePageController.java @@ -276,7 +276,6 @@ public class BottomSheetPlacePageController implements PlacePageController, Loca mBannerRatio = 0; mPlacePage.resetScroll(); - mPlacePage.resetWebView(); if (object.isExtendedView()) { diff --git a/android/src/com/mapswithme/maps/widget/placepage/PlacePageView.java b/android/src/com/mapswithme/maps/widget/placepage/PlacePageView.java index 778d275201..412f48c52e 100644 --- a/android/src/com/mapswithme/maps/widget/placepage/PlacePageView.java +++ b/android/src/com/mapswithme/maps/widget/placepage/PlacePageView.java @@ -1825,7 +1825,6 @@ public class PlacePageView extends NestedScrollView void reset() { resetScroll(); - resetWebView(); detachCountry(); } @@ -1834,11 +1833,6 @@ public class PlacePageView extends NestedScrollView scrollTo(0, 0); } - void resetWebView() - { - mWvBookmarkNote.loadUrl("about:blank"); - } - private static boolean isInvalidDownloaderStatus(int status) { return (status != CountryItem.STATUS_DOWNLOADABLE &&