From 3b9d169367f8d2a0e0bc7a9b3d3c385afa637a46 Mon Sep 17 00:00:00 2001 From: Riley Testut Date: Wed, 21 Sep 2016 00:10:13 -0700 Subject: [PATCH] Fixes issue where importing games from Document Providers failed --- Common/Importing/GamePickerController.swift | 2 -- 1 file changed, 2 deletions(-) diff --git a/Common/Importing/GamePickerController.swift b/Common/Importing/GamePickerController.swift index 1a0b45d..f79dfac 100644 --- a/Common/Importing/GamePickerController.swift +++ b/Common/Importing/GamePickerController.swift @@ -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)