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

Method onRemoved

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

Source from the content-addressed store, hash-verified

142 }
143
144 @Override
145 public void onRemoved(int position, int count) {
146 Log.d("Removed @" + position + " #" + count);
147 }
148
149 @Override
150 public void onMoved(int fromPosition, int toPosition) {

Callers

nothing calls this directly

Calls 1

dMethod · 0.95

Tested by

no test coverage detected