Skip to content

Commit

Permalink
Merge pull request #9765 from nextcloud/backport/9760/stable-3.19
Browse files Browse the repository at this point in the history
[stable-3.19] PassCodeActivity: enable cancel button when re-created in confirmation step
  • Loading branch information
AlvaroBrey committed Jan 27, 2022
2 parents 76dad6e + 066562d commit 4d3f6d1
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -141,8 +141,8 @@ protected void onCreate(Bundle savedInstanceState) {
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;
Expand Down

0 comments on commit 4d3f6d1

Please sign in to comment.