RoomVC: Add location sharing cell actions.

This commit is contained in:
SBiOSoftWhare
2022-05-03 15:58:56 +02:00
parent 4733df9768
commit 2be03415ae
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)