6103: Update beaconInfoSummary

This commit is contained in:
MaximeE
2022-05-10 15:21:59 +02:00
parent bfa845b881
commit edeade17d1
3 changed files with 8 additions and 7 deletions
@@ -95,7 +95,7 @@ typedef NS_ENUM(NSInteger, RoomBubbleCellDataTag)
*/
@property(nonatomic) BOOL isKeyVerificationOperationPending;
@property(nonatomic, strong, readonly) id<MXBeaconInfoSummaryProtocol> beaconInfoSummary;
@property(nonatomic, strong) id<MXBeaconInfoSummaryProtocol> beaconInfoSummary;
/**
Index of the component which needs a sent tick displayed. -1 if none.