Always allow SSH key generation (#938)

This commit is contained in:
Harsh Shandilya
2020-07-19 10:56:51 +05:30
committed by GitHub
parent d4379a4779
commit ffb47031b0

View File

@@ -96,7 +96,7 @@ class UserPreference : AppCompatActivity() {
if (!PasswordRepository.isGitRepo()) {
listOfNotNull(
gitServerPreference, gitConfigPreference, sshKeyPreference,
sshKeygenPreference, viewSshKeyPreference, clearSavedPassPreference
viewSshKeyPreference, clearSavedPassPreference
).forEach {
it.parent?.removePreference(it)
}