1
0

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

View File

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