Skip to content

Commit

Permalink
Merge pull request #7180 from rcordovano/release-4.19.1
Browse files Browse the repository at this point in the history
Change OsAccountViewer.isPreferred() ret val to 1
  • Loading branch information
rcordovano authored Aug 3, 2021
2 parents 1e3abe7 + 834984c commit 3e310f5
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -141,7 +141,7 @@ public boolean isSupported(Node node) {

@Override
public int isPreferred(Node node) {
return 5;
return 1;
}

/**
Expand Down

0 comments on commit 3e310f5

Please sign in to comment.