commit 7d5b3a405ac945a71e2a77fe4e3b39db876dc52d parent fc62f1b73fdfd3a096358ee347bc2983dac67700 Author: rhunk <101876869+rhunk@users.noreply.github.com> Date: Sun, 10 Dec 2023 00:03:02 +0100 fix(core/half_swipe_notifier): notification show when Diffstat:
M | core/src/main/kotlin/me/rhunk/snapenhance/core/features/impl/spying/HalfSwipeNotifier.kt | | | 2 | ++ |
1 file changed, 2 insertions(+), 0 deletions(-)
diff --git a/core/src/main/kotlin/me/rhunk/snapenhance/core/features/impl/spying/HalfSwipeNotifier.kt b/core/src/main/kotlin/me/rhunk/snapenhance/core/features/impl/spying/HalfSwipeNotifier.kt @@ -117,6 +117,8 @@ class HalfSwipeNotifier : Feature("Half Swipe Notifier", loadParams = FeatureLoa ) } ) + .setWhen(System.currentTimeMillis()) + .setShowWhen(true) .setAutoCancel(true) .setSmallIcon(svgEyeDrawable) .build()