RoomVC: Add location sharing cell actions.

This commit is contained in:
SBiOSoftWhare
2022-05-03 15:58:56 +02:00
parent 7e81ba7170
commit 4a73ec5fce
4 changed files with 30 additions and 24 deletions
@@ -53,7 +53,7 @@ import Foundation
guard let self = self else {
return
}
self.delegate?.roomViewControllerDidStopLiveLocationSharing(self)
self.delegate?.roomViewControllerDidStopLiveLocationSharing(self, beaconInfoEventId: nil)
}
self.topBannersStackView?.addArrangedSubview(bannerView)