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

Method delegate

app/src/main/java/eu/faircode/email/FragmentPro.java:230–234  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

228 public void onConnected() {
229 post(new RunnableEx("pro:connected") {
230 @Override
231 public void delegate() {
232 ivConnected.setImageResource(R.drawable.twotone_cloud_done_24);
233 ivConnected.setVisibility(View.VISIBLE);
234 }
235 });
236 }
237

Callers

nothing calls this directly

Calls 7

resolveColorMethod · 0.95
eMethod · 0.95
setTextMethod · 0.65
setVisibilityMethod · 0.45
getStringMethod · 0.45
setEnabledMethod · 0.45
runMethod · 0.45

Tested by

no test coverage detected