mirror of
https://github.com/android-password-store/Android-Password-Store.git
synced 2026-04-24 17:00:13 +02:00
Always allow SSH key generation (#938)
This commit is contained in:
parent
d4379a4779
commit
ffb47031b0
|
|
@ -96,7 +96,7 @@ class UserPreference : AppCompatActivity() {
|
|||
if (!PasswordRepository.isGitRepo()) {
|
||||
listOfNotNull(
|
||||
gitServerPreference, gitConfigPreference, sshKeyPreference,
|
||||
sshKeygenPreference, viewSshKeyPreference, clearSavedPassPreference
|
||||
viewSshKeyPreference, clearSavedPassPreference
|
||||
).forEach {
|
||||
it.parent?.removePreference(it)
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in a new issue