Update android/app/src/main/java/app/organicmaps/widget/menu/NavMenu.java
Signed-off-by: Alexander Borsuk <170263+biodranik@users.noreply.github.com>
This commit is contained in:
parent
8bcdeb9b77
commit
1993a2b9dc
1 changed files with 0 additions and 1 deletions
|
@ -225,7 +225,6 @@ public class NavMenu
|
|||
if (last.getSpeed() > info.speedLimitMps)
|
||||
{
|
||||
if (info.isSpeedCamLimitExceeded())
|
||||
// White text on red background for camera speeding
|
||||
mSpeedValue.setTextColor(ContextCompat.getColor(mActivity, R.color.white_primary));
|
||||
else
|
||||
// Black text for speeding if there's no camera
|
||||
|
|
Reference in a new issue