Always exclude from recents

This commit is contained in:
M66B
2019-09-09 14:40:33 +02:00
parent d9488e12e5
commit f7b1f3348a
14 changed files with 62 additions and 64 deletions

View File

@@ -244,7 +244,7 @@ public class AdapterAttachment extends RecyclerView.Adapter<AdapterAttachment.Vi
context.getString(R.string.title_no_viewer, attachment.type),
Snackbar.LENGTH_LONG).show();
else
context.startActivity(intent);
Helper.startActivity(context, intent);
}
private void onDownload(EntityAttachment attachment) {