Skip to content

Commit

Permalink
improving code
Browse files Browse the repository at this point in the history
  • Loading branch information
mardous committed Dec 22, 2024
1 parent e8a4729 commit 4c1640e
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,7 @@ class WhatSaveViewModel(

private val liveDataMap = newStatusesLiveDataMap()

private val savedStatuses = MutableLiveData<StatusQueryResult>(StatusQueryResult.Idle)
private val savedStatuses = MutableLiveData(StatusQueryResult.Idle)
private val installedClients = MutableLiveData<List<WaClient>>()
private val storageDevices = MutableLiveData<List<StorageDevice>>()
private val countries = MutableLiveData<List<Country>>()
Expand Down

0 comments on commit 4c1640e

Please sign in to comment.