We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 08d56a8 commit 5563a20Copy full SHA for 5563a20
1 file changed
app/src/main/java/io/github/yawnoc/strokeinput/MainActivity.java
@@ -91,6 +91,7 @@ public void onStartTrackingTouch(SeekBar seekBar)
91
@Override
92
public void onStopTrackingTouch(SeekBar seekBar)
93
{
94
+ // Hide and reshow keyboard to trigger height readjustment
95
final View focusView = getCurrentFocus();
96
if (focusView != null)
97
0 commit comments