Various improvements

This commit is contained in:
Ilya Laktyushin
2023-09-19 01:16:45 +04:00
parent 8b417a3d9c
commit 5be0000735
11 changed files with 426 additions and 857 deletions

View File

@@ -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?()
}