forked from organicmaps/organicmaps
[android] Use proper translation to stop navigation from the notification
Signed-off-by: Alexander Borsuk <me@alex.bio>
This commit is contained in:
parent
d051e02f92
commit
4c65501628
1 changed files with 1 additions and 1 deletions
|
@ -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));
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue