Skip to content

Commit

Permalink
Merge pull request #1597 from moneymanagerex/encryption
Browse files Browse the repository at this point in the history
Refine passcode input by request focus properly
  • Loading branch information
guanlisheng authored Feb 27, 2024
2 parents 2243c5f + 4421279 commit 1bc3f2a
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions app/src/main/java/com/money/manager/ex/PasscodeActivity.java
Original file line number Diff line number Diff line change
Expand Up @@ -91,6 +91,8 @@ protected void onCreate(Bundle savedInstanceState) {
super.onCreate(savedInstanceState);
setContentView(R.layout.passcode_activity);

findViewById(R.id.editTextPasscode1).requestFocus();

ButterKnife.bind(this);

// create a listener for button
Expand Down

0 comments on commit 1bc3f2a

Please sign in to comment.