mirror of
https://github.com/element-hq/element-android
synced 2024-11-24 10:25:35 +03:00
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
2 changed files with 4 additions and 0 deletions
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 {
|
||||
timelineViewModel.handle(RoomDetailAction.StopLiveLocationSharing)
|
||||
}
|
||||
views.locationLiveStatusIndicator.debouncedClicks {
|
||||
navigateToLocationLiveMap()
|
||||
}
|
||||
}
|
||||
|
||||
private fun joinJitsiRoom(jitsiWidget: Widget, enableVideo: Boolean) {
|
||||
|
|
Loading…
Reference in a new issue