mirror of
https://github.com/TeamVanced/VancedMicroG
synced 2024-12-27 05:05:51 +01:00
parent
714367b3aa
commit
85e06675f3
@ -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 New Issue
Block a user