Cancel vibration to sync with notification channel

This commit is contained in:
vvb2060
2020-10-15 02:25:10 +08:00
committed by topjohnwu
parent 43288be091
commit a4c48847d1
2 changed files with 0 additions and 2 deletions

View File

@@ -45,7 +45,6 @@ object Notifications {
setChannelId(UPDATE_NOTIFICATION_CHANNEL)
} else {
setSmallIcon(R.drawable.ic_magisk_outline)
setVibrate(longArrayOf(0, 100, 100, 100))
}
}
}