Remove unused code notificationStyleChanged()
We may properly add it again later if necessary.
This commit is contained in:
parent
008797285f
commit
b70c5915f7
5 changed files with 0 additions and 25 deletions
|
|
@ -29,9 +29,6 @@ class FakePushService(
|
|||
Result.success(Unit)
|
||||
},
|
||||
) : PushService {
|
||||
override fun notificationStyleChanged() {
|
||||
}
|
||||
|
||||
override suspend fun getCurrentPushProvider(): PushProvider? {
|
||||
return availablePushProviders.firstOrNull()
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue