mirror of
https://github.com/vector-im/element-android.git
synced 2024-11-16 02:05:06 +08:00
No need to have a mutable list here.
This commit is contained in:
parent
18b49068c1
commit
110c17e57d
@ -94,7 +94,7 @@ class UnifiedPushHelper @Inject constructor(
|
||||
|
||||
// By default, use internal solution (fcm/background sync)
|
||||
up.saveDistributor(context, context.packageName)
|
||||
val distributors = up.getDistributors(context).toMutableList()
|
||||
val distributors = up.getDistributors(context)
|
||||
|
||||
val internalDistributorName = stringProvider.getString(
|
||||
if (FcmHelper.isPushSupported()) {
|
||||
|
Loading…
Reference in New Issue
Block a user