mirror of
https://github.com/yuliskov/LeanKeyboard.git
synced 2026-04-24 00:54:28 -04:00
bump to 6.17.672
This commit is contained in:
@@ -14,8 +14,8 @@ android {
|
||||
applicationId "org.liskovsoft.leankeykeyboard.pro"
|
||||
minSdkVersion project.properties.minSdkVersion
|
||||
targetSdkVersion project.properties.targetSdkVersion
|
||||
versionCode 171
|
||||
versionName "6.1.1"
|
||||
versionCode 172
|
||||
versionName "6.1.2"
|
||||
|
||||
testInstrumentationRunner "android.support.test.runner.AndroidJUnitRunner"
|
||||
|
||||
|
||||
@@ -43,7 +43,7 @@ public class ResKeyboardFactory implements KeyboardFactory {
|
||||
KeyboardInfo firstKbd = findByLocale(infos);
|
||||
result.add(createKeyboard(firstKbd));
|
||||
firstKbd.setEnabled(true);
|
||||
ResKeyboardInfo.updateAllKeyboardInfos(mContext, infos);
|
||||
//ResKeyboardInfo.updateAllKeyboardInfos(mContext, infos);
|
||||
}
|
||||
|
||||
return result;
|
||||
|
||||
Reference in New Issue
Block a user