Fixes issue where importing games from Document Providers failed

This commit is contained in:
Riley Testut 2016-09-21 00:10:13 -07:00
parent 12ca37e0f4
commit 3b9d169367

View File

@ -110,8 +110,6 @@ class GamePickerController: NSObject
{
documentPicker.delegate = self
self.presentingViewController?.present(documentPicker, animated: true, completion: nil)
self.presentingViewController?.gamePickerController = nil
}
func documentMenuWasCancelled(_ documentMenu: UIDocumentMenuViewController)