mirror of
https://github.com/nix-community/nix-on-droid-app.git
synced 2025-11-08 19:46:10 +01:00
Fixed: Use TERMUX_STYLING_APP for TERMUX_STYLING_ACTIVITY_NAME as per 078eea2b
This commit is contained in:
parent
078eea2b74
commit
b0e1dbc3da
1 changed files with 1 additions and 1 deletions
|
|
@ -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) {
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue