Skip to content

Commit

Permalink
Merge pull request Igalia#72 from Igalia/mortimer/set_session_regression
Browse files Browse the repository at this point in the history
Regression: Fix unused displayAction argument in WindowWidget.setSession
  • Loading branch information
svillar authored Mar 17, 2022
2 parents f773366 + b758e2f commit 96c4456
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -1058,7 +1058,7 @@ public void setSession(@NonNull Session aSession, @SetSessionActiveState int pre
}

public void setSession(@NonNull Session aSession, @OldSessionDisplayAction int aDisplayAction, @SetSessionActiveState int previousSessionState) {
setSession(aSession, SESSION_RELEASE_DISPLAY, previousSessionState, true);
setSession(aSession, aDisplayAction, previousSessionState, true);
}

public void setSession(@NonNull Session aSession, @OldSessionDisplayAction int aDisplayAction, @SetSessionActiveState int previousSessionState, boolean hidePanel) {
Expand Down

0 comments on commit 96c4456

Please sign in to comment.