mirror of
https://github.com/YTVanced/VancedMicroG
synced 2024-12-03 00:17:24 +00:00
parent
714367b3aa
commit
85e06675f3
1 changed files with 1 additions and 1 deletions
|
@ -42,7 +42,7 @@ class NotifyService : LifecycleService() {
|
|||
if (Build.VERSION.SDK_INT >= 29) {
|
||||
channel.setAllowBubbles(false)
|
||||
}
|
||||
channel.vibrationPattern = LongArray(0)
|
||||
channel.vibrationPattern = longArrayOf(0)
|
||||
getSystemService(NotificationManager::class.java).createNotificationChannel(channel)
|
||||
return channel.id
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue