mirror of
https://github.com/nextcloud/android.git
synced 2024-11-24 22:25:44 +03:00
Merge pull request #9760 from nextcloud/fix/passcode-cancel
PassCodeActivity: enable cancel button when re-created in confirmation step
This commit is contained in:
commit
6ccd2f91de
1 changed files with 1 additions and 1 deletions
|
@ -141,8 +141,8 @@ public class PassCodeActivity extends AppCompatActivity implements Injectable {
|
|||
binding.header.setText(R.string.pass_code_configure_your_pass_code);
|
||||
|
||||
binding.explanation.setVisibility(View.VISIBLE);
|
||||
setCancelButtonEnabled(true);
|
||||
}
|
||||
setCancelButtonEnabled(true);
|
||||
|
||||
} else if (ACTION_CHECK_WITH_RESULT.equals(getIntent().getAction())) {
|
||||
// pass code preference has just been disabled in SettingsActivity;
|
||||
|
|
Loading…
Reference in a new issue