mirror of
https://github.com/M66B/FairEmail.git
synced 2026-04-16 14:03:33 +02:00
Refactoring
This commit is contained in:
@@ -4825,7 +4825,8 @@ public class AdapterMessage extends RecyclerView.Adapter<AdapterMessage.ViewHold
|
||||
}
|
||||
if (!Objects.equals(prev.last_attempt, next.last_attempt)) {
|
||||
same = false;
|
||||
log("last_attempt changed " + prev.ui_busy + "/" + next.ui_busy, next.id);
|
||||
log("last_attempt changed " +
|
||||
(prev.last_attempt % 10000) + "/" + (next.last_attempt % 10000), next.id);
|
||||
}
|
||||
|
||||
// accountPop
|
||||
|
||||
Reference in New Issue
Block a user