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