checking for zombies on startup
This commit is contained in:
parent
5ff344560a
commit
e5b9beb84e
2 changed files with 7 additions and 1 deletions
|
|
@ -1,6 +1,6 @@
|
||||||
<?xml version="1.0" encoding="utf-8"?>
|
<?xml version="1.0" encoding="utf-8"?>
|
||||||
<manifest xmlns:tools="http://schemas.android.com/tools"
|
<manifest xmlns:tools="http://schemas.android.com/tools"
|
||||||
android:versionCode="693"
|
android:versionCode="694"
|
||||||
android:versionName="38.0"
|
android:versionName="38.0"
|
||||||
xmlns:android="http://schemas.android.com/apk/res/android">
|
xmlns:android="http://schemas.android.com/apk/res/android">
|
||||||
|
|
||||||
|
|
|
||||||
|
|
@ -124,6 +124,12 @@ public class TraditionalT9 extends MainViewHandler {
|
||||||
|
|
||||||
@Override
|
@Override
|
||||||
protected boolean onStart(InputConnection connection, EditorInfo field) {
|
protected boolean onStart(InputConnection connection, EditorInfo field) {
|
||||||
|
if (!SystemSettings.isTT9Active(this)) {
|
||||||
|
onStop();
|
||||||
|
onDeath();
|
||||||
|
return false;
|
||||||
|
}
|
||||||
|
|
||||||
if (!super.onStart(connection, field)) {
|
if (!super.onStart(connection, field)) {
|
||||||
return false;
|
return false;
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue