Skip to content
This repository has been archived by the owner on Jul 23, 2023. It is now read-only.

Commit

Permalink
Fixed uninstallFacebook
Browse files Browse the repository at this point in the history
  • Loading branch information
Lorenzoantonelli committed Sep 27, 2020
1 parent 76d8c37 commit 9224d49
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -105,8 +105,8 @@ public void disableCustomApp(){

@FXML
public void uninstallFacebook(){
boolean status=utils.removeApp("com.facebook.appmanager") ||
utils.removeApp("com.facebook.services") ||
boolean status=utils.removeApp("com.facebook.appmanager") |
utils.removeApp("com.facebook.services") |
utils.removeApp("com.facebook.system");
new Alert(Alert.AlertType.NONE,((status)? "Operazione completata con successo!":"Operazione fallita!"), ButtonType.OK).show();
}
Expand Down

0 comments on commit 9224d49

Please sign in to comment.