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

Method post

app/src/main/java/eu/faircode/email/FragmentPro.java:320–335  ·  view source on GitHub ↗
(Runnable runnable)

Source from the content-addressed store, hash-verified

318 }
319
320 private void post(Runnable runnable) {
321 final View view = getView();
322 if (view == null)
323 return;
324
325 view.post(new RunnableEx("pro:post") {
326 @Override
327 public void delegate() {
328 try {
329 runnable.run();
330 } catch (Throwable ex) {
331 Log.e(ex);
332 }
333 }
334 });
335 }
336 });
337 }
338

Callers 5

onConnectedMethod · 0.95
onDisconnectedMethod · 0.95
onSkuDetailsMethod · 0.95
onPurchasePendingMethod · 0.95
onPurchasedMethod · 0.95

Calls 1

getViewMethod · 0.45

Tested by

no test coverage detected