8000 Merge pull request #2236 from Swpolo/patch-1 · obfusk/python-for-android@61be5d4 · GitHub
[go: up one dir, main page]

Skip to content

Commit 61be5d4

Browse files
authored
Merge pull request kivy#2236 from Swpolo/patch-1
Added missing semicolon on service-only bootstrap
2 parents e9dc942 + cf71b4d commit 61be5d4

File tree

1 file changed

+1
-1
lines changed
  • pythonforandroid/bootstraps/service_only/build/src/main/java/org/kivy/android

1 file changed

+1
-1
lines changed

pythonforandroid/bootstraps/service_only/build/src/main/java/org/kivy/android/PythonActivity.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010

1111
import android.app.Activity;
1212
import android.app.AlertDialog;
13-
import android.content.DialogInterface
13+
import android.content.DialogInterface;
1414
import android.content.Intent;
1515
import android.view.KeyEvent;
1616
import android.util.Log;

0 commit comments

Comments
 (0)
0