Small fix

This commit is contained in:
M66B 2020-02-22 09:00:47 +01:00
parent 73cacb1044
commit dc8a096c91
1 changed files with 4 additions and 0 deletions

View File

@ -4587,6 +4587,10 @@ public class AdapterMessage extends RecyclerView.Adapter<AdapterMessage.ViewHold
same = false;
Log.i("ui_browsed changed id=" + next.id);
}
if (!Objects.equals(prev.ui_busy, next.ui_busy)) {
same = false;
Log.i("ui_busy changed id=" + next.id);
}
if (!Objects.equals(prev.ui_snoozed, next.ui_snoozed)) {
same = false;
Log.i("ui_snoozed changed id=" + next.id);