fix(core/half_swipe_notifier): notification show when

This commit is contained in:
rhunk
2023-12-10 00:03:02 +01:00
parent fc62f1b73f
commit 7d5b3a405a

View File

@ -117,6 +117,8 @@ class HalfSwipeNotifier : Feature("Half Swipe Notifier", loadParams = FeatureLoa
)
}
)
.setWhen(System.currentTimeMillis())
.setShowWhen(true)
.setAutoCancel(true)
.setSmallIcon(svgEyeDrawable)
.build()