Merge pull request #6626 from vector-im/feature/mna/open-map-on-tap-of-lls-status-bar
[Location sharing] - OnTap on the top live status bar, display the expanded map view (PSG-614)
This commit is contained in:
commit
c3bc53fe48
1
changelog.d/6625.misc
Normal file
1
changelog.d/6625.misc
Normal file
@ -0,0 +1 @@
|
|||||||
|
[Location sharing] - OnTap on the top live status bar, display the expanded map view
|
@ -860,6 +860,9 @@ class TimelineFragment @Inject constructor(
|
|||||||
views.locationLiveStatusIndicator.stopButton.debouncedClicks {
|
views.locationLiveStatusIndicator.stopButton.debouncedClicks {
|
||||||
timelineViewModel.handle(RoomDetailAction.StopLiveLocationSharing)
|
timelineViewModel.handle(RoomDetailAction.StopLiveLocationSharing)
|
||||||
}
|
}
|
||||||
|
views.locationLiveStatusIndicator.debouncedClicks {
|
||||||
|
navigateToLocationLiveMap()
|
||||||
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
private fun joinJitsiRoom(jitsiWidget: Widget, enableVideo: Boolean) {
|
private fun joinJitsiRoom(jitsiWidget: Widget, enableVideo: Boolean) {
|
||||||
|
Loading…
Reference in New Issue
Block a user