mirror of
https://github.com/RoboSats/robosats.git
synced 2025-01-31 02:21:35 +00:00
Better sentence 2
This commit is contained in:
parent
be748d8981
commit
f16bfef7c5
@ -116,7 +116,7 @@ public class NotificationsService extends Service {
|
|||||||
|
|
||||||
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("Running in the background to check every 5 minutes for notifications.")
|
.setContentText("Running in the background every 5 minutes to check for notifications.")
|
||||||
.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