mirror of
https://gitlab.opencode.de/bwi/bundesmessenger/clients/bundesmessenger-ios.git
synced 2026-04-20 16:42:44 +02:00
Prevent crash when searching for rooms
This commit is contained in:
@@ -23,7 +23,7 @@ class UniversalLinkParameters: NSObject {
|
||||
// MARK: - Properties
|
||||
|
||||
/// The unprocessed the universal link URL
|
||||
let universalLinkURL: URL
|
||||
let universalLinkURL: URL?
|
||||
|
||||
/// The fragment part of the universal link
|
||||
let fragment: String
|
||||
@@ -34,7 +34,7 @@ class UniversalLinkParameters: NSObject {
|
||||
// MARK: - Setup
|
||||
|
||||
init(fragment: String,
|
||||
universalLinkURL: URL,
|
||||
universalLinkURL: URL?,
|
||||
presentationParameters: ScreenPresentationParameters) {
|
||||
self.fragment = fragment
|
||||
self.universalLinkURL = universalLinkURL
|
||||
|
||||
Reference in New Issue
Block a user