forked from organicmaps/organicmaps
[android] Fixed review notes
This commit is contained in:
parent
ef5d20f9e7
commit
f16ad17f73
1 changed files with 2 additions and 1 deletions
|
@ -102,7 +102,8 @@ public class OnmapDownloader implements MwmActivity.LeftAnimationTrackListener
|
|||
}
|
||||
};
|
||||
|
||||
public void updateState(boolean shouldAutoDownload) {
|
||||
public void updateState(boolean shouldAutoDownload)
|
||||
{
|
||||
updateStateInternal(shouldAutoDownload);
|
||||
|
||||
if (mPromoBanner == null || mCurrentCountry == null)
|
||||
|
|
Loading…
Add table
Reference in a new issue