Fixes issue where importing games from Document Providers failed
This commit is contained in:
parent
12ca37e0f4
commit
3b9d169367
@ -110,8 +110,6 @@ class GamePickerController: NSObject
|
|||||||
{
|
{
|
||||||
documentPicker.delegate = self
|
documentPicker.delegate = self
|
||||||
self.presentingViewController?.present(documentPicker, animated: true, completion: nil)
|
self.presentingViewController?.present(documentPicker, animated: true, completion: nil)
|
||||||
|
|
||||||
self.presentingViewController?.gamePickerController = nil
|
|
||||||
}
|
}
|
||||||
|
|
||||||
func documentMenuWasCancelled(_ documentMenu: UIDocumentMenuViewController)
|
func documentMenuWasCancelled(_ documentMenu: UIDocumentMenuViewController)
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user