Set the value of currentDistributorName by reading again the value from the service.

This commit is contained in:
Benoit Marty 2024-05-28 13:55:29 +02:00
parent 8bb3b94132
commit 25c20f1734
3 changed files with 9 additions and 2 deletions

View file

@ -121,7 +121,6 @@ class NotificationSettingsPresenter @Inject constructor(
)
.fold(
{
currentDistributorName = AsyncAction.Success(distributor.name)
refreshPushProvider++
},
{