mirror of
https://github.com/SchildiChat/SchildiChat-android.git
synced 2024-11-21 17:05:39 +03:00
Fix wrong click listener on the current available option
This commit is contained in:
parent
89db867ab3
commit
2bdafde965
1 changed files with 2 additions and 2 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue