0
0
Fork 0
mirror of https://github.com/YTVanced/VancedMicroG synced 2024-11-24 20:25:14 +00:00

Fix grammar

This commit is contained in:
Venny 2020-07-19 22:56:15 +02:00
parent 9e0ba087f3
commit 6429c006f4

View file

@ -75,7 +75,7 @@ public class ForegroundServiceContext extends ContextWrapper {
return new Notification.Builder(context, channel.getId()) return new Notification.Builder(context, channel.getId())
.setOngoing(true) .setOngoing(true)
.setContentTitle("Running in background") .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) .setSmallIcon(R.drawable.ic_foreground_notification)
.setColor(0xFFFFFF) .setColor(0xFFFFFF)
.build(); .build();