Removed redundant method from MainViewModel

This commit is contained in:
Sad Ellie 2023-01-28 15:17:38 +04:00
parent f8461638d4
commit febcec5201

View File

@ -389,10 +389,6 @@ class MainViewModel @Inject constructor(
setInputSymbols(KEY_0, false)
}
fun getInputValue(): String {
return _calculated.value ?: _input.value
}
fun toggleFormatTime() {
_formatTime.update { !it }
}