remove is

This commit is contained in:
eskimo 2025-04-04 18:29:22 -04:00
parent 16388ea9b9
commit 152a31f876

View File

@ -35,7 +35,7 @@ public class SocketForegroundService extends Service {
Notification notification = new NotificationCompat.Builder(this, CHANNEL_ID)
.setContentTitle(appName)
.setContentText("Background service is running")
.setContentText("Background service running")
.setSmallIcon(iconResId)
.build();