mirror of
https://github.com/szkolny-eu/szkolny-android.git
synced 2024-11-24 19:04:38 -06:00
Revert "[Sync] Lower the priority of sync notification."
This reverts commit 1677be9e6fa30478564df94201ea0f8193d6e5b8.
This commit is contained in:
parent
16bf478d1a
commit
3b0570d21c
@ -23,9 +23,6 @@ class EdziennikNotification(val app: App) {
|
||||
NotificationCompat.Builder(app, ApiService.NOTIFICATION_API_CHANNEL_ID)
|
||||
.setSmallIcon(R.drawable.ic_notification)
|
||||
.setPriority(PRIORITY_MIN)
|
||||
.setDefaults(0)
|
||||
.setSound(null)
|
||||
.setVibrate(longArrayOf(0))
|
||||
.setOngoing(true)
|
||||
.setLocalOnly(true)
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user