mirror of
https://github.com/meshtastic/Meshtastic-Android.git
synced 2026-04-02 13:12:48 -04:00
fix(PositionConfig): clear changes on cancel button click
This commit is contained in:
@@ -182,6 +182,8 @@ fun PositionConfigItemList(
|
||||
enabled = positionInput != positionConfig || locationInput != location,
|
||||
onCancelClicked = {
|
||||
focusManager.clearFocus()
|
||||
locationInput = location
|
||||
positionInput = positionConfig
|
||||
},
|
||||
onSaveClicked = {
|
||||
focusManager.clearFocus()
|
||||
|
||||
Reference in New Issue
Block a user