Fixed crash

pull/178/head 1.1098
M66B 4 years ago
parent a6b14e35d2
commit 46bbb96c8c

@ -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

Loading…
Cancel
Save