Skip to content

Commit

Permalink
fix formatting
Browse files Browse the repository at this point in the history
  • Loading branch information
Lorenz committed Feb 11, 2024
1 parent 6210852 commit 89c7a36
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -448,7 +448,7 @@ public void onTextChanged(CharSequence s, int start, int before, int count) {
messageContentView.requestFocus();
} else if (startedByExternalIntent) {
// If started by external intent, focus "Subject" or content field (Issue #7618)
if(subjectView.getText().length() == 0) {
if (subjectView.getText().length() == 0) {
subjectView.requestFocus();
} else {
messageContentView.requestFocus();
Expand Down

0 comments on commit 89c7a36

Please sign in to comment.