mirror of
https://github.com/rhunk/SnapEnhance.git
synced 2025-06-12 13:17:42 +02:00
fix(core/half_swipe_notifier): notification show when
This commit is contained in:
@ -117,6 +117,8 @@ class HalfSwipeNotifier : Feature("Half Swipe Notifier", loadParams = FeatureLoa
|
||||
)
|
||||
}
|
||||
)
|
||||
.setWhen(System.currentTimeMillis())
|
||||
.setShowWhen(true)
|
||||
.setAutoCancel(true)
|
||||
.setSmallIcon(svgEyeDrawable)
|
||||
.build()
|
||||
|
Reference in New Issue
Block a user