Skip to content

Commit

Permalink
Change var to val
Browse files Browse the repository at this point in the history
  • Loading branch information
theMr17 committed Feb 26, 2024
1 parent 7b4df0e commit 39a75f9
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -80,7 +80,7 @@ class SelectionInteractionViewModel private constructor(

private var pendingAnswerError: String? = null
private val isAnswerAvailable = ObservableField(false)
var errorMessage = ObservableField<String>("")
val errorMessage = ObservableField<String>("")
val selectedItemText =
ObservableField(
resourceHandler.getStringInLocale(
Expand Down

0 comments on commit 39a75f9

Please sign in to comment.