Revert "Make sure messages is update on swipe"

This reverts commit 698337ee4f.
This commit is contained in:
M66B
2020-02-22 09:01:14 +01:00
parent dc8a096c91
commit ef4e6745ef
3 changed files with 1 additions and 10 deletions

View File

@@ -1726,8 +1726,6 @@ public class FragmentMessages extends FragmentBase implements SharedPreferences.
return;
}
message.update = true;
if (message.accountProtocol != EntityAccount.TYPE_IMAP)
if (direction == ItemTouchHelper.LEFT) {
adapter.notifyItemChanged(pos);