MCPcopy Create free account
hub / github.com/M66B/FairEmail / onInserted

Method onInserted

app/src/main/java/eu/faircode/email/AdapterLog.java:139–142  ·  view source on GitHub ↗
(int position, int count)

Source from the content-addressed store, hash-verified

137
138 diff.dispatchUpdatesTo(new ListUpdateCallback() {
139 @Override
140 public void onInserted(int position, int count) {
141 Log.d("Inserted @" + position + " #" + count);
142 }
143
144 @Override
145 public void onRemoved(int position, int count) {

Callers

nothing calls this directly

Calls 1

dMethod · 0.95

Tested by

no test coverage detected