mirror of
https://gitlab.opencode.de/bwi/bundesmessenger/clients/bundesmessenger-ios.git
synced 2026-05-03 14:46:56 +02:00
RoomCoordinator: Update with new RoomViewControllerDelegate methods.
This commit is contained in:
@@ -459,4 +459,12 @@ extension RoomCoordinator: RoomViewControllerDelegate {
|
||||
func roomViewControllerDidStopLoading(_ roomViewController: RoomViewController) {
|
||||
stopLoading()
|
||||
}
|
||||
|
||||
func roomViewControllerDidTapLiveLocationSharingBanner(_ roomViewController: RoomViewController) {
|
||||
// TODO:
|
||||
}
|
||||
|
||||
func roomViewControllerDidStopLiveLocationSharing(_ roomViewController: RoomViewController) {
|
||||
// TODO:
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user