-
Notifications
You must be signed in to change notification settings - Fork 141
Closed
Description
Lines 65 to 66 in 8618468
| // TODO: Disable the button is location is not available. | |
| // Issue URL: https://github.com/google/ground-android/issues/2982 |
override fun onCreateActionButtons() {
addSkipButton()
addUndoButton()
// TODO: Disable the button is location is not available.
// Issue URL: https://github.com/google/ground-android/issues/2982
addButton(ButtonAction.DROP_PIN)
.setOnClickListener { viewModel.dropPin() }
.setOnValueChanged { button, value -> button.showIfTrue(value.isNullOrEmpty()) }
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels
Type
Projects
Status
Done