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