This commit is contained in:
koalasat 2024-07-13 22:59:12 +02:00
parent 444ca995c0
commit 667500e6cf
No known key found for this signature in database
GPG Key ID: 2F7F61C6146AB157

View File

@ -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)