Merge pull request #4366 from keymanapp/fix/ios/fix-mangled-merge

fix(ios): accidental duplicated line from merge
This commit is contained in:
Joshua Horton 2021-01-28 14:10:56 +07:00 committed by GitHub
commit bcd8b82d4a
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -349,8 +349,6 @@ public class PackageInstallViewController<Resource: LanguageResource>: UIViewCon
Manager.shared.shouldReloadKeyboard = true
self.pickingCompletionHandler(selectedResources.map { $0.typedFullID })
self.completionHandler(selectedResources.map { $0.typedFullID })
let dismissalBlock = {
if let nvc = self.navigationController {
self.dismiss(animated: true)