Remove unused code notificationStyleChanged()

We may properly add it again later if necessary.
This commit is contained in:
Benoit Marty 2024-05-22 11:31:56 +02:00
parent 008797285f
commit b70c5915f7
5 changed files with 0 additions and 25 deletions

View file

@ -29,9 +29,6 @@ class FakePushService(
Result.success(Unit)
},
) : PushService {
override fun notificationStyleChanged() {
}
override suspend fun getCurrentPushProvider(): PushProvider? {
return availablePushProviders.firstOrNull()
}