Skip to content

Commit b0e1dbc

Browse files
Fixed: Use TERMUX_STYLING_APP for TERMUX_STYLING_ACTIVITY_NAME as per 078eea2
1 parent 078eea2 commit b0e1dbc

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

app/src/main/java/com/termux/app/TermuxActivity.java

+1-1
Original file line numberDiff line numberDiff line change
@@ -736,7 +736,7 @@ private void onResetTerminalSession(TerminalSession session) {
736736

737737
private void showStylingDialog() {
738738
Intent stylingIntent = new Intent();
739-
stylingIntent.setClassName(TermuxConstants.TERMUX_STYLING_PACKAGE_NAME, TermuxConstants.TERMUX_STYLING.TERMUX_STYLING_ACTIVITY_NAME);
739+
stylingIntent.setClassName(TermuxConstants.TERMUX_STYLING_PACKAGE_NAME, TermuxConstants.TERMUX_STYLING_APP.TERMUX_STYLING_ACTIVITY_NAME);
740740
try {
741741
startActivity(stylingIntent);
742742
} catch (ActivityNotFoundException | IllegalArgumentException e) {

0 commit comments

Comments
 (0)