Files
ux/ios/Classes
agra ab379942f5 gallery: hop presentLimitedLibraryPicker result to main queue
Apple's docs say the iOS 15+ presentLimitedLibraryPicker
completion handler runs on "an arbitrary serial dispatch queue".
Flutter method-channel results must be invoked on the main queue;
calling result(nil) from a background queue produces an iOS native
crash on dismiss. Wrap with DispatchQueue.main.async.
2026-05-11 12:15:14 +03:00
..
...
2026-05-05 23:37:34 +03:00
2026-04-28 09:13:48 +03:00
2026-04-22 22:42:53 +03:00
2026-05-07 09:22:01 +03:00
2026-04-22 16:22:45 +03:00