Skip to content

Commit ffbd400

Browse files
committed
Define a method subtype.
Fixes the modifier keys breaking if Minimal Keyboard was the previous input method.
1 parent 7e71c3b commit ffbd400

File tree

2 files changed

+4
-1
lines changed

2 files changed

+4
-1
lines changed

app/build.gradle.kts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ android {
1212
minSdk = 29
1313
targetSdk = 33
1414
versionCode = 1
15-
versionName = "0.4"
15+
versionName = "0.5"
1616

1717
testInstrumentationRunner = "androidx.test.runner.AndroidJUnitRunner"
1818
}

app/src/main/res/xml/method.xml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,4 +3,7 @@
33
<!-- <subtype-->
44
<!-- android:imeSubtypeLocale="en_US"-->
55
<!-- android:imeSubtypeMode="keyboard" />-->
6+
<subtype
7+
android:label="Automatic"
8+
android:imeSubtypeMode="keyboard" />
69
</input-method>

0 commit comments

Comments
 (0)