mirror of
https://github.com/keymanapp/keyman.git
synced 2026-08-14 04:39:23 +00:00
Merge pull request #4366 from keymanapp/fix/ios/fix-mangled-merge
fix(ios): accidental duplicated line from merge
This commit is contained in:
commit
bcd8b82d4a
1 changed files with 0 additions and 2 deletions
|
|
@ -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)
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue