Fixes #4204, #4180 - Fix OS 26 crashes when not running a development build.

This commit is contained in:
Stefan Ceriu
2025-06-18 11:48:39 +03:00
committed by Stefan Ceriu
parent 56b0a81df2
commit 6b090d59a4

View File

@@ -17,7 +17,7 @@ struct RoomHeaderView: View {
let mediaProvider: MediaProviderProtocol?
var body: some View {
if #available(iOS 26, *) {
if #available(iOS 19, *) {
// https://github.com/element-hq/element-x-ios/issues/4180
// Terminating app due to uncaught exception 'NSInternalInconsistencyException', reason: 'NSLayoutConstraint constant is not finite!
content