Set upcoming lesson notification visibility to public (#1581)

This commit is contained in:
Stanisław Jelnicki 2021-10-13 21:47:03 +02:00 committed by GitHub
parent 9d0366d010
commit d6918077bf
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -124,6 +124,7 @@ class TimetableNotificationReceiver : HiltBroadcastReceiver() {
.setAutoCancel(false)
.setWhen(countDown)
.setOngoing(isPersistent)
.setVisibility(NotificationCompat.VISIBILITY_PUBLIC)
.apply {
if (Build.VERSION.SDK_INT >= N) setUsesChronometer(true)
}