keyboard chooser (bugfixes)

This commit is contained in:
Yuriy Liskov
2018-03-20 22:31:30 +02:00
parent 1c65d017fb
commit f948ba3bd4
11 changed files with 204 additions and 9 deletions

View File

@@ -72,7 +72,6 @@ public class SettingsActivity extends Activity
protected void onCreate(final Bundle bundle) {
super.onCreate(bundle);
// new ChooseKeyboardDialog(this).run();
this.launchApp();
}
}