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

Method onChanged

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

Source from the content-addressed store, hash-verified

152 }
153
154 @Override
155 public void onChanged(int position, int count, Object payload) {
156 Log.d("Changed @" + position + " #" + count);
157 }
158 });
159
160 try {

Callers

nothing calls this directly

Calls 1

dMethod · 0.95

Tested by

no test coverage detected