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