Sort provider by index

This commit is contained in:
Benoit Marty 2023-04-07 21:57:55 +02:00 committed by Benoit Marty
parent 219b97eea7
commit 05a8ca0eec
4 changed files with 9 additions and 3 deletions

View file

@ -29,6 +29,7 @@ class FirebasePushProvider @Inject constructor(
private val googleFcmHelper: GoogleFcmHelper,
private val pusherSubscriber: PusherSubscriber,
) : PushProvider {
override val index = 0
override fun getDistributorNames(): List<String> {
// Must return an non-empty list for now