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

Method cancel

app/src/main/java/eu/faircode/email/ServiceUI.java:217–223  ·  view source on GitHub ↗
(long group, long id)

Source from the content-addressed store, hash-verified

215 }
216
217 private void cancel(long group, long id) {
218 // https://issuetracker.google.com/issues/159152393
219 String tag = "unseen." + group + "." + id;
220
221 NotificationManager nm = Helper.getSystemService(this, NotificationManager.class);
222 nm.cancel(tag, NotificationHelper.NOTIFICATION_TAGGED);
223 }
224
225 private void onMove(long id, String folderType) {
226 DB db = DB.getInstance(this);

Callers 1

onHandleIntentMethod · 0.95

Calls 1

getSystemServiceMethod · 0.95

Tested by

no test coverage detected