mirror of
https://github.com/Myzel394/NumberHub.git
synced 2025-06-19 00:35:26 +02:00
Fixed input stack clearing
This commit is contained in:
parent
1f35763893
commit
f0b5c5bfc5
@ -475,9 +475,9 @@ class MainViewModel @Inject constructor(
|
||||
latestInputStack.add(symbol)
|
||||
}
|
||||
else -> {
|
||||
latestInputStack.clear()
|
||||
inputValue.update { symbol }
|
||||
_inputDisplayValue.update { displaySymbol }
|
||||
latestInputStack.clear()
|
||||
latestInputStack.add(symbol)
|
||||
}
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user