mirror of
https://github.com/RoboSats/robosats.git
synced 2025-01-05 14:00:09 +00:00
Typo
This commit is contained in:
parent
444ca995c0
commit
667500e6cf
@ -112,7 +112,7 @@ public class NotificationsService extends Service {
|
|||||||
private Notification buildServiceNotification() {
|
private Notification buildServiceNotification() {
|
||||||
NotificationCompat.Builder builder = new NotificationCompat.Builder(this, CHANNEL_ID)
|
NotificationCompat.Builder builder = new NotificationCompat.Builder(this, CHANNEL_ID)
|
||||||
.setContentTitle("Tor Notifications")
|
.setContentTitle("Tor Notifications")
|
||||||
.setContentText("The app will run on the background to send you notifications about your orders.")
|
.setContentText("The app will run in the background to send notifications about your orders.")
|
||||||
.setSmallIcon(R.mipmap.ic_icon)
|
.setSmallIcon(R.mipmap.ic_icon)
|
||||||
.setTicker("Robosats")
|
.setTicker("Robosats")
|
||||||
.setPriority(NotificationCompat.PRIORITY_MIN)
|
.setPriority(NotificationCompat.PRIORITY_MIN)
|
||||||
|
Loading…
Reference in New Issue
Block a user