mirror of
https://github.com/Myzel394/NumberHub.git
synced 2025-06-19 08:45:27 +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)
|
setInputSymbols(KEY_0, false)
|
||||||
}
|
}
|
||||||
|
|
||||||
fun getInputValue(): String {
|
|
||||||
return _calculated.value ?: _input.value
|
|
||||||
}
|
|
||||||
|
|
||||||
fun toggleFormatTime() {
|
fun toggleFormatTime() {
|
||||||
_formatTime.update { !it }
|
_formatTime.update { !it }
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user