Hello guys. Please help. After migrating my progect to iOS sdk 13 I've got a problem. So this method is not triggered completion handler anymore
DropboxClientsManager.authorizeFromController(UIApplication.shared, controller: self) { (url) in }
on iOS 12 it worked perfectly well. What should I have to change?