Skip to content

Commit

Permalink
Fix wrong click listener on the current available option
Browse files Browse the repository at this point in the history
  • Loading branch information
Maxime Naturel committed Mar 9, 2022
1 parent 89db867 commit 2bdafde
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -135,10 +135,10 @@ class LocationSharingFragment @Inject constructor(
// change the options dynamically depending on the current chosen location
views.shareLocationOptionsPicker.render(LocationSharingOption.USER_CURRENT)
views.shareLocationOptionsPicker.optionPinned.debouncedClicks {
viewModel.handle(LocationSharingAction.OnShareLocation)
// TODO
}
views.shareLocationOptionsPicker.optionUserCurrent.debouncedClicks {
// TODO
viewModel.handle(LocationSharingAction.OnShareLocation)
}
views.shareLocationOptionsPicker.optionUserLive.debouncedClicks {
// TODO
Expand Down

0 comments on commit 2bdafde

Please sign in to comment.