mirror of
https://github.com/SchildiChat/SchildiChat-android.git
synced 2025-03-18 20:29:10 +03:00
No need to have a mutable list here.
This commit is contained in:
parent
18b49068c1
commit
110c17e57d
1 changed files with 1 additions and 1 deletions
|
@ -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…
Add table
Reference in a new issue