kopia lustrzana https://github.com/meshtastic/Meshtastic-Android
fix(PositionConfig): clear changes on cancel button click
rodzic
dc9e780663
commit
e5d60003fc
|
@ -182,6 +182,8 @@ fun PositionConfigItemList(
|
|||
enabled = positionInput != positionConfig || locationInput != location,
|
||||
onCancelClicked = {
|
||||
focusManager.clearFocus()
|
||||
locationInput = location
|
||||
positionInput = positionConfig
|
||||
},
|
||||
onSaveClicked = {
|
||||
focusManager.clearFocus()
|
||||
|
|
Ładowanie…
Reference in New Issue