mirror of
https://github.com/android-password-store/Android-Password-Store
synced 2025-08-30 22:05:19 +00:00
Always allow SSH key generation (#938)
This commit is contained in:
@@ -96,7 +96,7 @@ class UserPreference : AppCompatActivity() {
|
||||
if (!PasswordRepository.isGitRepo()) {
|
||||
listOfNotNull(
|
||||
gitServerPreference, gitConfigPreference, sshKeyPreference,
|
||||
sshKeygenPreference, viewSshKeyPreference, clearSavedPassPreference
|
||||
viewSshKeyPreference, clearSavedPassPreference
|
||||
).forEach {
|
||||
it.parent?.removePreference(it)
|
||||
}
|
||||
|
Reference in New Issue
Block a user