From 37d69eb3398b737ca037ac63ec123e77128df67e Mon Sep 17 00:00:00 2001 From: Alexander Borsuk Date: Sun, 30 Jan 2022 09:12:04 +0100 Subject: [PATCH] [android] Fixed broken place page on Android 11 Bug reproduced when users came back to the activity after switching to some other app. Signed-off-by: Alexander Borsuk --- map/framework.cpp | 2 -- 1 file changed, 2 deletions(-) diff --git a/map/framework.cpp b/map/framework.cpp index ae15316dd7..7ece1e76bd 100644 --- a/map/framework.cpp +++ b/map/framework.cpp @@ -1584,8 +1584,6 @@ void Framework::OnRecoverSurface(int width, int height, bool recreateContextDepe InvalidateUserMarks(); - UpdatePlacePageInfoForCurrentSelection(); - m_drapeApi.Invalidate(); }