mirror of
https://github.com/commons-app/apps-android-commons.git
synced 2025-10-26 20:33:53 +01:00
This commit is contained in:
parent
2cd375a11b
commit
1d1088cfe5
1 changed files with 1 additions and 1 deletions
|
|
@ -448,7 +448,7 @@ public class NearbyFragment extends CommonsDaggerSupportFragment
|
||||||
*/
|
*/
|
||||||
NearbyMapFragment nearbyMapFragment = getMapFragment();
|
NearbyMapFragment nearbyMapFragment = getMapFragment();
|
||||||
|
|
||||||
if (nearbyMapFragment != null && !nearbyMapFragment.isCurrentLocationMarkerVisible()) {
|
if (nearbyMapFragment != null && !nearbyMapFragment.isCurrentLocationMarkerVisible() && !onOrientationChanged) {
|
||||||
Timber.d("Do not update the map, user is not seeing current location marker" +
|
Timber.d("Do not update the map, user is not seeing current location marker" +
|
||||||
" means they are checking around and moving on map");
|
" means they are checking around and moving on map");
|
||||||
return;
|
return;
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue