mirror of
https://github.com/keymanapp/keyman.git
synced 2026-09-12 10:37:43 +00:00
refactor(ios/engine): removes also-dead helper
This commit is contained in:
parent
f88f32febf
commit
de2f5eb339
1 changed files with 0 additions and 8 deletions
|
|
@ -830,14 +830,6 @@ class MainViewController: UIViewController, TextViewDelegate, UIActionSheetDeleg
|
|||
self.present(alertController, animated: true, completion: nil)
|
||||
}
|
||||
|
||||
private func proceedWithKeyboardDownload(withAction action: UIAlertAction) {
|
||||
if let keyboard = keyboardToDownload {
|
||||
ResourceDownloadManager.shared.downloadKeyboard(withID: keyboard.id,
|
||||
languageID: keyboard.languageID,
|
||||
isUpdate: false)
|
||||
}
|
||||
}
|
||||
|
||||
private func handleUserDecisionAboutInstallingProfile(withAction action: UIAlertAction) {
|
||||
if let profileName = profileName {
|
||||
checkedProfiles.append(profileName)
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue