Skip to content

Commit

Permalink
hi
Browse files Browse the repository at this point in the history
  • Loading branch information
subhajitxyz committed Jan 8, 2025
1 parent bc8663f commit dd81bf6
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -71,7 +71,7 @@ abstract class StateItemViewModel(val viewType: ViewType) : ObservableViewModel(
override fun toString(): String {
return "StateItemViewModel(viewType=$viewType)"
}
fun userInputAvailable(): Boolean {
open fun userInputAvailable(): Boolean {
return false
}
}

0 comments on commit dd81bf6

Please sign in to comment.