mirror of
https://github.com/Myzel394/NumberHub.git
synced 2025-06-19 08:45:27 +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)
|
latestInputStack.add(symbol)
|
||||||
}
|
}
|
||||||
else -> {
|
else -> {
|
||||||
|
latestInputStack.clear()
|
||||||
inputValue.update { symbol }
|
inputValue.update { symbol }
|
||||||
_inputDisplayValue.update { displaySymbol }
|
_inputDisplayValue.update { displaySymbol }
|
||||||
latestInputStack.clear()
|
|
||||||
latestInputStack.add(symbol)
|
latestInputStack.add(symbol)
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user