Use custom tabs as view whenever possible

This commit is contained in:
M66B
2018-09-19 11:19:16 +00:00
parent 30d69cb880
commit 8b14f68a35
4 changed files with 20 additions and 9 deletions

View File

@@ -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();