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:
Alexander Borsuk 2024-08-15 12:22:50 +02:00 committed by GitHub
parent 1993a2b9dc
commit 050e853dd4
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -227,7 +227,6 @@ public class NavMenu
if (info.isSpeedCamLimitExceeded())
mSpeedValue.setTextColor(ContextCompat.getColor(mActivity, R.color.white_primary));
else
// Black text for speeding if there's no camera
mSpeedValue.setTextColor(ContextCompat.getColor(mActivity, R.color.base_red));
}
else