diff options
Diffstat (limited to 'srcs/juloo.keyboard2/LauncherActivity.java')
| -rw-r--r-- | srcs/juloo.keyboard2/LauncherActivity.java | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/srcs/juloo.keyboard2/LauncherActivity.java b/srcs/juloo.keyboard2/LauncherActivity.java index 3a039c1..ee769fb 100644 --- a/srcs/juloo.keyboard2/LauncherActivity.java +++ b/srcs/juloo.keyboard2/LauncherActivity.java @@ -1,6 +1,5 @@ package juloo.keyboard2; -import android.annotation.TargetApi; import android.app.Activity; import android.content.Intent; import android.graphics.drawable.Animatable; @@ -103,7 +102,6 @@ public class LauncherActivity extends Activity implements Handler.Callback return (Animatable)img.getDrawable(); } - @TargetApi(28) final class Tryhere_OnUnhandledKeyEventListener implements View.OnUnhandledKeyEventListener { public boolean onUnhandledKeyEvent(View v, KeyEvent ev) |
