From a9b3dc389212d15de7e7def2d9966088ab6dd538 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Sebastian=20K=C3=BCrten?= <sebastian@mobanisto.de> Date: Thu, 10 Feb 2022 14:22:47 +0100 Subject: [PATCH] Add TODO note about where things could be wired up --- src/main/kotlin/org/briarproject/briar/desktop/ui/BriarUi.kt | 1 + 1 file changed, 1 insertion(+) diff --git a/src/main/kotlin/org/briarproject/briar/desktop/ui/BriarUi.kt b/src/main/kotlin/org/briarproject/briar/desktop/ui/BriarUi.kt index 34897d1262..f403da443e 100644 --- a/src/main/kotlin/org/briarproject/briar/desktop/ui/BriarUi.kt +++ b/src/main/kotlin/org/briarproject/briar/desktop/ui/BriarUi.kt @@ -93,6 +93,7 @@ constructor( ) override fun eventOccurred(e: Event?) { + // TODO: depending on the event, we could show native notifications here if (e is LifecycleEvent && e.lifecycleState == RUNNING) screenState = MAIN } -- GitLab