Skip to content

Commit bb28132

Browse files
committed
Set the navigation color for the Jetpack banner when toggling it
1 parent ea0894a commit bb28132

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

WordPress/src/main/java/org/wordpress/android/ui/reader/ReaderPostListFragment.java

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -512,6 +512,7 @@ private void toggleJetpackBannerIfEnabled(final boolean forceShow) {
512512
}
513513

514514
private void showJetpackBanner() {
515+
mJetpackBrandingUtils.setNavigationBarColorForBanner(requireActivity().getWindow());
515516
mJetpackBanner.setVisibility(View.VISIBLE);
516517

517518
if (mJetpackBrandingUtils.shouldShowJetpackPoweredBottomSheet()) {

0 commit comments

Comments
 (0)