mirror of
https://github.com/Myzel394/NumberHub.git
synced 2025-06-19 00:35:26 +02:00
Removed redundant method from MainViewModel
This commit is contained in:
parent
f8461638d4
commit
febcec5201
@ -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 }
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user