mirror of
https://github.com/M66B/FairEmail.git
synced 2026-04-06 00:53:26 +02:00
Fixed marking message read/unread
This commit is contained in:
@@ -6908,6 +6908,8 @@ public class AdapterMessage extends RecyclerView.Adapter<AdapterMessage.ViewHold
|
||||
}
|
||||
|
||||
private void onToggleSeen(final TupleMessageEx message) {
|
||||
properties.setValue("auto_seen", message.id, true);
|
||||
|
||||
Bundle args = new Bundle();
|
||||
args.putLong("id", message.id);
|
||||
args.putBoolean("seen", !message.ui_seen);
|
||||
|
||||
Reference in New Issue
Block a user