RoomVC: Handle live location banner.

This commit is contained in:
SBiOSoftWhare
2022-03-17 16:58:41 +01:00
parent 03a2e5874d
commit c54ee890be
3 changed files with 79 additions and 5 deletions
+6
View File
@@ -277,6 +277,12 @@ didRequestEditForPollWithStartEvent:(MXEvent *)startEvent;
*/
- (void)roomViewControllerDidStopLoading:(RoomViewController *)roomViewController;
/// User tap live location sharing stop action
- (void)roomViewControllerDidStopLiveLocationSharing:(RoomViewController *)roomViewController;
/// User tap live location sharing banner
- (void)roomViewControllerDidTapLiveLocationSharingBanner:(RoomViewController *)roomViewController;
@end
NS_ASSUME_NONNULL_END