abouttreesummaryrefslogcommitdiff
path: root/srcs/juloo.keyboard2/LauncherActivity.java
diff options
context:
space:
mode:
authorJules Aguillon2025-12-22 01:27:07 +0100
committerGitHub2025-12-22 01:27:07 +0100
commitb40be68773939d3d3b55a819cdfe1d9e9a60bc4e (patch)
treea556e151e1ebabe2a066f89867d1e26333da7f61 /srcs/juloo.keyboard2/LauncherActivity.java
parent258215f26c52b55b5760b707dbd0a749d418ce58 (diff)
downloadunexpected-keyboard-b40be68773939d3d3b55a819cdfe1d9e9a60bc4e.tar.gz
unexpected-keyboard-b40be68773939d3d3b55a819cdfe1d9e9a60bc4e.zip
Fix various linting issues (#1146)
Diffstat (limited to 'srcs/juloo.keyboard2/LauncherActivity.java')
-rw-r--r--srcs/juloo.keyboard2/LauncherActivity.java2
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)