bump 6.1.33

This commit is contained in:
Yuriy Liskov
2025-11-24 06:00:43 +02:00
parent b35f3acf0a
commit 660bbd4e3e
2 changed files with 4 additions and 2 deletions

View File

@@ -22,8 +22,8 @@ android {
applicationId "org.liskovsoft.leankeykeyboard.pro"
minSdkVersion project.properties.minSdkVersion
targetSdkVersion project.properties.targetSdkVersion
versionCode 202
versionName "6.1.32"
versionCode 203
versionName "6.1.33"
testInstrumentationRunner "android.support.test.runner.AndroidJUnitRunner"

View File

@@ -68,6 +68,7 @@ public class LeanbackImeService extends KeyMapperImeService {
Log.d(TAG, "onCreate");
initSettings();
// TODO: init other stuff here
}
private void setupDensity() {
@@ -293,6 +294,7 @@ public class LeanbackImeService extends KeyMapperImeService {
mKeyboardController.onGenericMotionEvent(event) || super.onGenericMotionEvent(event);
}
@SuppressLint("WrongConstant")
public void hideIme() {
requestHideSelf(InputMethodService.BACK_DISPOSITION_DEFAULT);
}