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

@ -21,9 +21,6 @@ import io.element.android.libraries.pushproviders.api.Distributor
import io.element.android.libraries.pushproviders.api.PushProvider
interface PushService {
// TODO Move away
fun notificationStyleChanged()
/**
* Return the current push provider, or null if none.
*/