mirror of
https://github.com/element-hq/element-android
synced 2024-11-24 02:15:35 +03:00
Rollback wrong sharing options
This commit is contained in:
parent
82515cf095
commit
3aa1032a7a
1 changed files with 1 additions and 1 deletions
|
@ -133,7 +133,7 @@ class LocationSharingFragment @Inject constructor(
|
|||
private fun initOptionsPicker() {
|
||||
// TODO
|
||||
// change the options dynamically depending on the current chosen location
|
||||
views.shareLocationOptionsPicker.setOptions(LocationSharingOption.USER_CURRENT, LocationSharingOption.USER_LIVE)
|
||||
views.shareLocationOptionsPicker.setOptions(LocationSharingOption.USER_CURRENT)
|
||||
views.shareLocationOptionsPicker.optionPinned.debouncedClicks {
|
||||
viewModel.handle(LocationSharingAction.OnShareLocation)
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue