Эх сурвалжийг харах

Merge pull request #10966 from nextcloud/cancelMnemonic

Show cancel button when entering mnemonic
Álvaro Brey 2 жил өмнө
parent
commit
9569dcfd97

+ 0 - 1
app/src/main/java/com/owncloud/android/ui/dialog/SetupEncryptionDialogFragment.java

@@ -260,7 +260,6 @@ public class SetupEncryptionDialogFragment extends DialogFragment implements Inj
 
             binding.encryptionStatus.setText(R.string.end_to_end_encryption_retrieving_keys);
             positiveButton.setVisibility(View.INVISIBLE);
-            neutralButton.setVisibility(View.INVISIBLE);
         }
 
         @Override