Skip to content

Commit

Permalink
fix click failure for emulated keys when using Android > 12 while scr…
Browse files Browse the repository at this point in the history
…olling emulated keys to their maximum position to the left or right
  • Loading branch information
richteas75 committed Mar 8, 2023
1 parent 061f97d commit 8430a21
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion app/src/main/res/layout/inc_keyboard.xml
Expand Up @@ -34,7 +34,8 @@
android:layout_height="match_parent"
android:layout_weight="1"
android:padding="0dp"
android:scrollbars="none">
android:scrollbars="none"
android:overScrollMode="never">

<LinearLayout
android:layout_width="0dp"
Expand Down

0 comments on commit 8430a21

Please sign in to comment.