mirror of https://github.com/M66B/FairEmail.git
Explicitly hide keyboard / open link dialog
This commit is contained in:
parent
2a6123dca6
commit
ac71e20fef
|
@ -746,6 +746,13 @@ public class FragmentDialogOpenLink extends FragmentDialogBase {
|
|||
} else
|
||||
grpOpenWith.setVisibility(View.GONE);
|
||||
|
||||
dview.post(new Runnable() {
|
||||
@Override
|
||||
public void run() {
|
||||
Helper.hideKeyboard(etLink);
|
||||
}
|
||||
});
|
||||
|
||||
Log.i("Open link dialog uri=" + uri);
|
||||
return new AlertDialog.Builder(context)
|
||||
.setView(dview)
|
||||
|
|
Loading…
Reference in New Issue