mirror of
https://github.com/M66B/FairEmail.git
synced 2026-03-31 22:26:06 +02:00
Always exclude from recents
This commit is contained in:
@@ -142,7 +142,7 @@ public class AdapterImage extends RecyclerView.Adapter<AdapterImage.ViewHolder>
|
||||
return;
|
||||
}
|
||||
|
||||
context.startActivity(intent);
|
||||
Helper.startActivity(context, intent);
|
||||
} else {
|
||||
if (attachment.progress == null) {
|
||||
Bundle args = new Bundle();
|
||||
|
||||
Reference in New Issue
Block a user