[android] Use proper translation to stop navigation from the notification

Signed-off-by: Alexander Borsuk <me@alex.bio>
This commit is contained in:
Alexander Borsuk 2024-07-17 14:25:46 +03:00 committed by Alexander Borsuk
parent d051e02f92
commit 4c65501628

View file

@ -153,7 +153,7 @@ public class NavigationService extends Service implements LocationListener
.setOnlyAlertOnce(true)
.setSmallIcon(R.drawable.ic_splash)
.setContentIntent(pendingIntent)
.addAction(0, context.getString(R.string.core_exit), exitPendingIntent)
.addAction(0, context.getString(R.string.navigation_stop_button), exitPendingIntent)
.setColorized(isColorizedSupported())
.setColor(ContextCompat.getColor(context, R.color.notification));