Skip to content

Commit

Permalink
Merge pull request #13668 from woocommerce/issue/13667-fix-jetpack-be…
Browse files Browse the repository at this point in the history
…nefits-banner-visibility

Fix Jetpack Benefits banner visibility
  • Loading branch information
JorgeMucientes authored Mar 5, 2025
2 parents a3af219 + 486aae9 commit cb1d481
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion WooCommerce/src/main/res/layout/fragment_dashboard.xml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,8 @@
<androidx.compose.ui.platform.ComposeView
android:id="@+id/dashboard_container"
android:layout_width="match_parent"
android:layout_height="wrap_content" />
android:layout_height="0dp"
android:layout_weight="1" />

<include
android:id="@+id/jetpack_benefits_banner"
Expand Down

0 comments on commit cb1d481

Please sign in to comment.