Skip to content
This repository has been archived by the owner on Nov 5, 2024. It is now read-only.

Commit

Permalink
Hook test #1
Browse files Browse the repository at this point in the history
  • Loading branch information
ILIYANGERMANOV committed Sep 2, 2023
1 parent 407ac34 commit b15a5e2
Showing 1 changed file with 3 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -103,7 +103,9 @@ class SettingsViewModel @Inject constructor(
viewModelScope.launch {
TestIdlingResource.increment()

val settings = ioThread { settingsDao.findFirst() }
val settings = ioThread {
settingsDao.findFirst()
}


_nameLocalAccount.value = settings.name
Expand Down

0 comments on commit b15a5e2

Please sign in to comment.