vector-im/element-ios/issues/5298 - Added build setting + ui and unit tests.

This commit is contained in:
Stefan Ceriu
2021-12-22 14:12:42 +02:00
committed by Stefan Ceriu
parent 0a852eb371
commit e1505d70c5
9 changed files with 149 additions and 18 deletions
@@ -50,7 +50,8 @@ class LocationBubbleCell: SizableBaseBubbleCell, BubbleCellReactionsDisplayable
bubbleCellContentView?.showSenderInfo = true
bubbleCellContentView?.showPaginationTitle = false
guard let contentView = bubbleCellContentView?.innerContentView else {
guard #available(iOS 14.0, *),
let contentView = bubbleCellContentView?.innerContentView else {
return
}