Sort provider by index
This commit is contained in:
parent
219b97eea7
commit
05a8ca0eec
4 changed files with 9 additions and 3 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue