add isSoftKeyboardShown to onResume

This commit is contained in:
Chumva 2018-06-19 16:55:03 +03:00
parent b43bac38c3
commit 6f3dd8f9e8

View file

@ -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);