Skip to content

Commit cb4b525

Browse files
committed
cleanup
1 parent 9ffb2d4 commit cb4b525

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

pythonforandroid/bootstraps/common/build/src/main/java/org/kivy/android/PythonService.java

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@
1818

1919
import org.renpy.android.Hardware;
2020

21-
//new imports for channel definition
21+
//imports for channel definition
2222
import android.app.NotificationManager;
2323
import android.app.NotificationChannel;
2424
import android.content.Context;
@@ -135,7 +135,7 @@ protected void doStartForeground(Bundle extras) {
135135
/**
136136
* https://stackoverflow.com/questions/47531742/startforeground-fail-after-upgrade-to-android-8-1
137137
*
138-
* this change is necessary because from Android 8 on we need our own channel
138+
* necessary because from Android 8 on we need our own channel
139139
*/
140140
private void startForegroundWithNewChannel(int id, Notification notification){
141141
String NOTIFICATION_CHANNEL_ID = "org.bd.pureservice"; //TODO: dynamically

0 commit comments

Comments
 (0)