Refactoring

This commit is contained in:
M66B
2020-04-14 15:29:01 +02:00
parent 94f6e850e3
commit 6395d92bfd
3 changed files with 23 additions and 10 deletions

View File

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