add keyboard chooser dialog

This commit is contained in:
Yuriy Liskov
2018-03-20 15:48:41 +02:00
parent a7598c27eb
commit 1c65d017fb
13 changed files with 314 additions and 10 deletions

View File

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