1
0
mirror of https://github.com/wulkanowy/wulkanowy.git synced 2025-01-18 21:06:45 -06:00

Disable notification sound (#936)

This commit is contained in:
Mateusz Idziejczak 2020-09-01 12:57:45 +02:00 committed by GitHub
parent 20f931c5cc
commit 90be9d1add
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -26,6 +26,7 @@ class UpcomingLessonsChannel @Inject constructor(
lockscreenVisibility = VISIBILITY_PUBLIC
setShowBadge(false)
enableVibration(false)
setSound(null, null)
}
)
}