We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
TERMUX_STYLING_APP
TERMUX_STYLING_ACTIVITY_NAME
1 parent 078eea2 commit b0e1dbcCopy full SHA for b0e1dbc
app/src/main/java/com/termux/app/TermuxActivity.java
@@ -736,7 +736,7 @@ private void onResetTerminalSession(TerminalSession session) {
736
737
private void showStylingDialog() {
738
Intent stylingIntent = new Intent();
739
- 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);
740
try {
741
startActivity(stylingIntent);
742
} catch (ActivityNotFoundException | IllegalArgumentException e) {
0 commit comments