Interacting with notifications: foreground

This commit is contained in:
M66B 2023-05-14 08:34:54 +02:00
parent 62819da129
commit 98bda4fd77
1 changed files with 1 additions and 0 deletions

View File

@ -184,6 +184,7 @@ public class ServiceUI extends IntentService {
crumb.put("action", action);
Log.breadcrumb("serviceui", crumb);
ServiceSynchronize.state(this, true);
ServiceSynchronize.eval(this, "ui/" + action);
} catch (Throwable ex) {
Log.e(ex);