mirror of
https://github.com/Myzel394/NumberHub.git
synced 2025-06-19 00:35:26 +02:00
Add missing method to update input in RPN
This commit is contained in:
parent
1def59bca5
commit
ba43fe82da
@ -85,6 +85,7 @@ internal class RPNCalculatorViewModel @Inject constructor(
|
||||
RPNInputEdit.Delete -> input.deleteTokens()
|
||||
}
|
||||
|
||||
_input.update { newInput }
|
||||
savedStateHandle[_inputKey] = newInput.text
|
||||
}
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user