mirror of
https://github.com/fankes/termux-app.git
synced 2025-09-09 03:54:17 +08:00
Fixed: Use TERMUX_STYLING_APP
for TERMUX_STYLING_ACTIVITY_NAME
as per 078eea2b
This commit is contained in:
@@ -736,7 +736,7 @@ public final class TermuxActivity extends AppCompatActivity implements ServiceCo
|
|||||||
|
|
||||||
private void showStylingDialog() {
|
private void showStylingDialog() {
|
||||||
Intent stylingIntent = new Intent();
|
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 {
|
try {
|
||||||
startActivity(stylingIntent);
|
startActivity(stylingIntent);
|
||||||
} catch (ActivityNotFoundException | IllegalArgumentException e) {
|
} catch (ActivityNotFoundException | IllegalArgumentException e) {
|
||||||
|
Reference in New Issue
Block a user