Add missing methods.
This commit is contained in:
parent
12f7c9982b
commit
6de5e7b3f5
2 changed files with 8 additions and 0 deletions
|
|
@ -28,6 +28,10 @@ class FakePushService(
|
|||
override fun notificationStyleChanged() {
|
||||
}
|
||||
|
||||
override suspend fun getCurrentPushProvider(): PushProvider? {
|
||||
return null
|
||||
}
|
||||
|
||||
override fun getAvailablePushProviders(): List<PushProvider> {
|
||||
return emptyList()
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue