Skip to content

Commit

Permalink
:bugs: Fetch image and then get entries
Browse files Browse the repository at this point in the history
  • Loading branch information
paul2126 committed Nov 26, 2023
1 parent d2264e0 commit feb6009
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -47,8 +47,8 @@ class SymbolSelectionViewModel @Inject internal constructor(
private var getEntriesJob: Job? = null

init {
getEntries()
repository.checkImages()
getEntries()
}

fun enterDisplayMax() {
Expand Down

0 comments on commit feb6009

Please sign in to comment.