mirror of
https://github.com/M66B/FairEmail.git
synced 2026-04-06 00:53:26 +02:00
Consistency
This commit is contained in:
@@ -644,9 +644,7 @@ public class AdapterMessage extends RecyclerView.Adapter<AdapterMessage.ViewHold
|
||||
|
||||
@Override
|
||||
public void onLongPress(@NonNull MotionEvent event) {
|
||||
boolean confirm_links = prefs.getBoolean("confirm_links", true);
|
||||
if (!confirm_links)
|
||||
onClick(event, true);
|
||||
onClick(event, true);
|
||||
}
|
||||
|
||||
private boolean onClick(MotionEvent event, boolean longClick) {
|
||||
|
||||
Reference in New Issue
Block a user