[android] Don't request POST_NOTIFICATIONS on the start

Signed-off-by: Roman Tsisyk <roman@tsisyk.com>
This commit is contained in:
Roman Tsisyk 2023-09-09 08:55:16 +03:00
parent 610686f02d
commit 38cf62b104

View file

@ -168,7 +168,6 @@ public class OnmapDownloader implements MwmActivity.LeftAnimationTrackListener
MapManager.nativeHasSpaceToDownloadCountry(country))
{
MapManager.nativeDownload(mCurrentCountry.id);
mActivity.requestPostNotificationsPermission();
}
}
}