[WIP] Disposable debugging

This commit is contained in:
Ali
2023-09-16 11:45:30 +02:00
parent 4bf474bbe5
commit 4330dc14d2
46 changed files with 168 additions and 75 deletions

View File

@@ -2540,7 +2540,7 @@ public final class ContextController: ViewController, StandalonePresentableContr
return
}
strongSelf.dismiss(result: .default, completion: {})
})
}).strict()
case let .reference(referenceSource):
self.statusBar.statusBarStyle = .Ignore
@@ -2552,7 +2552,7 @@ public final class ContextController: ViewController, StandalonePresentableContr
return
}
strongSelf.dismiss(result: .default, completion: {})
})
}).strict()
case let .extracted(extractedSource):
if extractedSource.blurBackground {
self.statusBar.statusBarStyle = .Hide
@@ -2567,7 +2567,7 @@ public final class ContextController: ViewController, StandalonePresentableContr
return
}
strongSelf.dismiss(result: .default, completion: {})
})
}).strict()
case .controller:
self.statusBar.statusBarStyle = .Hide
}