You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Muss man wohl manuell lösen, ist aber nicht viel Aufwand:
// Check if no view has focus:Viewview = this.getCurrentFocus();
if (view != null) {
InputMethodManagerimm = (InputMethodManager)getSystemService(Context.INPUT_METHOD_SERVICE);
imm.hideSoftInputFromWindow(view.getWindowToken(), 0);
}
Nach (erfolgreichem) Login wird das Einstellungen Fragment geladen, jedoch bleibt die Tastatur geöffnet.
Das stört und sieht hässlich aus.
The text was updated successfully, but these errors were encountered: