forked from organicmaps/organicmaps
[android] Revert 8c2d75f commit
This commit is contained in:
parent
e14e7ccae0
commit
98030df14e
1 changed files with 0 additions and 6 deletions
|
@ -132,12 +132,6 @@ public enum LocationHelper
|
|||
@Override
|
||||
public void onMyPositionModeChanged(int newMode)
|
||||
{
|
||||
if (!PermissionsUtils.isLocationGranted())
|
||||
{
|
||||
notifyMyPositionModeChanged(LocationState.NOT_FOLLOW_NO_POSITION);
|
||||
return;
|
||||
}
|
||||
|
||||
notifyMyPositionModeChanged(newMode);
|
||||
mLogger.d(TAG, "onMyPositionModeChanged mode = " + LocationState.nameOf(newMode));
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue