Skip to content

Commit

Permalink
do not show both the NIH banner and donation banner at the same time
Browse files Browse the repository at this point in the history
  • Loading branch information
jay-hodgson committed Apr 23, 2024
1 parent 0670625 commit dbfcc87
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -227,5 +227,6 @@ public void setPortalAlertVisible(boolean visible, JSONObjectAdapter json) {
@Override
public void setNIHAlertVisible(boolean visible) {
nihNotificationAlert.setVisible(visible);
donationBannerContainer.setVisible(!visible);
}
}

0 comments on commit dbfcc87

Please sign in to comment.