Skip to content

Commit

Permalink
Refactored code. Step 2.| #1740
Browse files Browse the repository at this point in the history
  • Loading branch information
DenBond7 committed Apr 28, 2022
1 parent f937f0f commit 5bb839f
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ import kotlinx.coroutines.launch
* Time: 6:56 PM
* E-mail: [email protected]
*/
class EkmViewModel(application: Application) : AccountViewModel(application) {
class EkmViewModel(application: Application) : BaseAndroidViewModel(application) {
private val repository = FlowcryptApiRepository()
val ekmLiveData: MutableLiveData<Result<EkmPrivateKeysResponse>> = MutableLiveData(Result.none())

Expand Down

0 comments on commit 5bb839f

Please sign in to comment.