Prevent filtering snoozed drafts

This commit is contained in:
M66B
2019-09-11 12:37:50 +02:00
parent 9dcb6c2741
commit ff9803e075
8 changed files with 39 additions and 32 deletions

View File

@@ -143,7 +143,8 @@ public class FragmentAccounts extends FragmentBase {
lbm.sendBroadcast(
new Intent(ActivityView.ACTION_VIEW_MESSAGES)
.putExtra("account", drafts.account)
.putExtra("folder", drafts.id));
.putExtra("folder", drafts.id)
.putExtra("type", drafts.type));
}
@Override