Guarantee busy update

This commit is contained in:
M66B
2020-04-13 20:41:13 +02:00
parent 6b9b1d6c32
commit 94b6ac26b9
3 changed files with 9 additions and 7 deletions

View File

@@ -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);
}