add isSoftKeyboardShown to onResume
This commit is contained in:
parent
b43bac38c3
commit
6f3dd8f9e8
1 changed files with 1 additions and 0 deletions
|
@ -542,6 +542,7 @@ public class CoordinateInputDialogFragment extends DialogFragment implements Osm
|
|||
new Handler().postDelayed(new Runnable() {
|
||||
@Override
|
||||
public void run() {
|
||||
isSoftKeyboardShown = true;
|
||||
AndroidUtils.showSoftKeyboard(focusedView);
|
||||
}
|
||||
}, 200);
|
||||
|
|
Loading…
Reference in a new issue