mirror of
https://github.com/Swiftgram/Telegram-iOS.git
synced 2025-12-24 07:05:35 +00:00
Various improvements
This commit is contained in:
@@ -84,7 +84,7 @@ public func legacyICloudFilePicker(theme: PresentationTheme, mode: LegacyICloudF
|
||||
} else {
|
||||
controller = DocumentPickerViewController(documentTypes: documentTypes, in: mode.documentPickerMode)
|
||||
}
|
||||
controller.forceDarkTheme = forceDarkTheme
|
||||
controller.forceDarkTheme = forceDarkTheme || theme.overallDarkAppearance
|
||||
controller.didDisappear = {
|
||||
dismissImpl?()
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user