Update NotificationHolder.kt

This commit is contained in:
AdrianLxM 2021-11-20 22:18:25 +01:00 committed by GitHub
parent ecf0a779c0
commit 85b2d2aeac
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -10,4 +10,5 @@ interface NotificationHolder {
var notification: Notification
fun openAppIntent(context: Context): PendingIntent?
}
fun createNotificationChannel()
}