Skip to content

Commit cf71b4d

Browse files
authored
Added missing semicolon on service-only bootstrap
1 parent e9dc942 commit cf71b4d

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

  • pythonforandroid/bootstraps/service_only/build/src/main/java/org/kivy/android

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)