Revert "Explicitly clear link focus"

This reverts commit c5e36dd1cb.
This commit is contained in:
M66B 2020-04-30 11:30:09 +02:00
parent a2e1bb5f2a
commit ddd68ab645
1 changed files with 0 additions and 7 deletions

View File

@ -5468,13 +5468,6 @@ public class AdapterMessage extends RecyclerView.Adapter<AdapterMessage.ViewHold
uriTitle.getHost().equalsIgnoreCase(uri.getHost())
? View.GONE : View.VISIBLE);
new Handler().post(new Runnable() {
@Override
public void run() {
etLink.clearFocus();
}
});
final Context context = getContext();
return new AlertDialog.Builder(context)