Skip to content

Commit 5563a20

Browse files
committed
Explain why keyboard is hidden and reshown
1 parent 08d56a8 commit 5563a20

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

app/src/main/java/io/github/yawnoc/strokeinput/MainActivity.java

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -91,6 +91,7 @@ public void onStartTrackingTouch(SeekBar seekBar)
9191
@Override
9292
public void onStopTrackingTouch(SeekBar seekBar)
9393
{
94+
// Hide and reshow keyboard to trigger height readjustment
9495
final View focusView = getCurrentFocus();
9596
if (focusView != null)
9697
{

0 commit comments

Comments
 (0)