mirror of
https://github.com/M66B/FairEmail.git
synced 2026-04-05 16:43:26 +02:00
Make sure messages is update on swipe
This commit is contained in:
@@ -1726,6 +1726,8 @@ public class FragmentMessages extends FragmentBase implements SharedPreferences.
|
||||
return;
|
||||
}
|
||||
|
||||
message.update = true;
|
||||
|
||||
if (message.accountProtocol != EntityAccount.TYPE_IMAP)
|
||||
if (direction == ItemTouchHelper.LEFT) {
|
||||
adapter.notifyItemChanged(pos);
|
||||
|
||||
Reference in New Issue
Block a user