RoomCoordinator: Update with new RoomViewControllerDelegate methods.

This commit is contained in:
SBiOSoftWhare
2022-03-17 16:59:30 +01:00
parent c54ee890be
commit 7e34d777bf
2 changed files with 15 additions and 0 deletions
+8
View File
@@ -459,4 +459,12 @@ extension RoomCoordinator: RoomViewControllerDelegate {
func roomViewControllerDidStopLoading(_ roomViewController: RoomViewController) {
stopLoading()
}
func roomViewControllerDidTapLiveLocationSharingBanner(_ roomViewController: RoomViewController) {
// TODO:
}
func roomViewControllerDidStopLiveLocationSharing(_ roomViewController: RoomViewController) {
// TODO:
}
}