Skip to content

Commit

Permalink
fix history item click #12
Browse files Browse the repository at this point in the history
  • Loading branch information
krabatom committed Apr 21, 2022
1 parent 2d6c6de commit 974e6d4
Showing 1 changed file with 1 addition and 1 deletion.
Expand Up @@ -121,7 +121,7 @@ class TranslationsViewModel @Inject constructor(
override fun setFromHistoryItem(item: HistoryItem) {
inputLanguage.value = item.inputLanguage
outputLanguage.value = item.outputLanguage
setInputText(InputTextData(item.outputText, TextSource.History))
setInputText(InputTextData(item.inputText, TextSource.History))
}

override fun retry() {
Expand Down

0 comments on commit 974e6d4

Please sign in to comment.