Revert "Explicitly clear link focus"

This reverts commit c5e36dd1cb.
pull/178/head
M66B 5 years ago
parent a2e1bb5f2a
commit ddd68ab645

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

Loading…
Cancel
Save