[android] Revert 8c2d75f commit

This commit is contained in:
Roman Romanov 2017-04-19 16:05:16 +04:00
parent e14e7ccae0
commit 98030df14e

View file

@ -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));