mirror of
https://github.com/M66B/FairEmail.git
synced 2026-03-31 06:08:31 +02:00
Use custom tabs as view whenever possible
This commit is contained in:
@@ -180,7 +180,7 @@ public class AdapterAttachment extends RecyclerView.Adapter<AdapterAttachment.Vi
|
||||
return;
|
||||
}
|
||||
|
||||
context.startActivity(intent);
|
||||
Helper.view(context, intent);
|
||||
} else {
|
||||
if (attachment.progress == null) {
|
||||
Bundle args = new Bundle();
|
||||
|
||||
Reference in New Issue
Block a user