mirror of
https://github.com/yuliskov/LeanKeyboard.git
synced 2025-12-23 22:17:44 -05:00
bump 6.1.33
This commit is contained in:
@@ -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"
|
||||
|
||||
|
||||
@@ -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);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user