forked from organicmaps/organicmaps
[android] Review fixes
This commit is contained in:
parent
3d796e927b
commit
53ece13305
1 changed files with 1 additions and 1 deletions
|
@ -441,7 +441,7 @@ public final class UiUtils
|
|||
decorViewGroup.addView(statusBarTintView);
|
||||
}
|
||||
|
||||
public static int getCompassYOffset(Context context)
|
||||
public static int getCompassYOffset(@NonNull Context context)
|
||||
{
|
||||
return isLandscape(context) && RoutingController.get().isNavigating()
|
||||
? (int)context.getResources()
|
||||
|
|
Loading…
Add table
Reference in a new issue