[android] reformat code

This commit is contained in:
Roman Romanov 2016-12-19 15:15:48 +04:00 committed by Vladimir Byko-Ianko
parent 70f68e06e7
commit 7d5b196a5b

View file

@ -867,7 +867,7 @@ public class MwmActivity extends BaseMwmFragmentActivity
mOnmapDownloader.onResume();
if (mNavigationController != null)
mNavigationController.onResume();
if(mNavAnimationController != null)
if (mNavAnimationController != null)
mNavAnimationController.onResume();
}