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

Method run

app/src/main/java/eu/faircode/email/ActivityAnswer.java:73–81  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

71
72 Helper.getParallelExecutor().submit(new Runnable() {
73 @Override
74 public void run() {
75 try {
76 DB db = DB.getInstance(context);
77 db.answer().applyAnswer(answer.id, new Date().getTime());
78 } catch (Throwable ex) {
79 Log.e(ex);
80 }
81 }
82 });
83
84 String html = answer.getData(context, null).getHtml();

Callers

nothing calls this directly

Calls 4

getInstanceMethod · 0.95
answerMethod · 0.95
eMethod · 0.95
applyAnswerMethod · 0.80

Tested by

no test coverage detected