Skip to content

Commit

Permalink
Android: Added missing import statement.
Browse files Browse the repository at this point in the history
It did not compile without.
  • Loading branch information
philippwiesemann committed Oct 15, 2015
1 parent 82603b6 commit 2a4855f
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions android-project/src/org/libsdl/app/SDLActivity.java
Expand Up @@ -11,6 +11,7 @@

import android.app.*;
import android.content.*;
import android.text.InputType;
import android.view.*;
import android.view.inputmethod.BaseInputConnection;
import android.view.inputmethod.EditorInfo;
Expand Down

0 comments on commit 2a4855f

Please sign in to comment.