mirror of
https://github.com/M66B/FairEmail.git
synced 2025-12-16 23:30:36 +01:00
Explicitly hide keyboard / open link dialog
This commit is contained in:
@@ -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)
|
||||
|
||||
Reference in New Issue
Block a user