mirror of
https://github.com/YTVanced/VancedMicroG
synced 2024-11-24 12:15:12 +00:00
Fix grammar
This commit is contained in:
parent
9e0ba087f3
commit
6429c006f4
1 changed files with 1 additions and 1 deletions
|
@ -75,7 +75,7 @@ public class ForegroundServiceContext extends ContextWrapper {
|
|||
return new Notification.Builder(context, channel.getId())
|
||||
.setOngoing(true)
|
||||
.setContentTitle("Running in background")
|
||||
.setContentText("This notification ensures, that microG does not get killed.")
|
||||
.setContentText("This notification ensures that microG does not get killed.")
|
||||
.setSmallIcon(R.drawable.ic_foreground_notification)
|
||||
.setColor(0xFFFFFF)
|
||||
.build();
|
||||
|
|
Loading…
Reference in a new issue