Skip to content

Commit

Permalink
Fixed: Use TERMUX_STYLING_APP for TERMUX_STYLING_ACTIVITY_NAME as…
Browse files Browse the repository at this point in the history
… per 078eea2
  • Loading branch information
agnostic-apollo committed Jan 12, 2025
1 parent 078eea2 commit b0e1dbc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/src/main/java/com/termux/app/TermuxActivity.java
Original file line number Diff line number Diff line change
Expand Up @@ -736,7 +736,7 @@ private void onResetTerminalSession(TerminalSession session) {

private void showStylingDialog() {
Intent stylingIntent = new Intent();
stylingIntent.setClassName(TermuxConstants.TERMUX_STYLING_PACKAGE_NAME, TermuxConstants.TERMUX_STYLING.TERMUX_STYLING_ACTIVITY_NAME);
stylingIntent.setClassName(TermuxConstants.TERMUX_STYLING_PACKAGE_NAME, TermuxConstants.TERMUX_STYLING_APP.TERMUX_STYLING_ACTIVITY_NAME);
try {
startActivity(stylingIntent);
} catch (ActivityNotFoundException | IllegalArgumentException e) {
Expand Down

0 comments on commit b0e1dbc

Please sign in to comment.