Show conversations by thread ID

This commit is contained in:
M66B
2018-10-17 09:15:44 +00:00
parent 52b23befe6
commit 8901221548
6 changed files with 31 additions and 40 deletions

View File

@@ -156,6 +156,7 @@ public class AdapterFolder extends RecyclerView.Adapter<AdapterFolder.ViewHolder
LocalBroadcastManager lbm = LocalBroadcastManager.getInstance(context);
lbm.sendBroadcast(
new Intent(ActivityView.ACTION_VIEW_MESSAGES)
.putExtra("account", folder.account)
.putExtra("folder", folder.id));
}