Skip to content

Commit

Permalink
[app] fix app crash when init launch other app setting for dummy pkg
Browse files Browse the repository at this point in the history
  • Loading branch information
Tornaco committed Jan 28, 2024
1 parent ee97640 commit 618b097
Showing 1 changed file with 0 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -341,9 +341,6 @@ private void bindLaunchOtherAppPref() {
});
return true;
});
if (appInfo.isDummy()) {
pref.setVisible(false);
}
}

private void bindOpsPref() {
Expand Down

0 comments on commit 618b097

Please sign in to comment.