mirror of
https://github.com/M66B/FairEmail.git
synced 2026-04-08 10:03:51 +02:00
Guarantee busy update
This commit is contained in:
@@ -4801,7 +4801,8 @@ public class AdapterMessage extends RecyclerView.Adapter<AdapterMessage.ViewHold
|
||||
same = false;
|
||||
log("ui_browsed changed", next.id);
|
||||
}
|
||||
if (!Objects.equals(prev.ui_busy, next.ui_busy)) {
|
||||
if (!Objects.equals(prev.ui_busy, next.ui_busy) ||
|
||||
!Objects.equals(prev.last_attempt, next.last_attempt)) {
|
||||
same = false;
|
||||
log("ui_busy changed " + prev.ui_busy + "/" + next.ui_busy, next.id);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user