[android] Removed clear method that produced clearing of webview after placepage closed

This commit is contained in:
Dmitry Donskoy 2019-03-27 15:47:11 +03:00 committed by Aleksandr Zatsepin
parent 69fb7d97e8
commit 1acb857df0
2 changed files with 0 additions and 7 deletions

View file

@ -276,7 +276,6 @@ public class BottomSheetPlacePageController implements PlacePageController, Loca
mBannerRatio = 0;
mPlacePage.resetScroll();
mPlacePage.resetWebView();
if (object.isExtendedView())
{

View file

@ -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 &&