Skip to content

Commit

Permalink
Remove the announcement compose view from reader_fragment_layout.xml
Browse files Browse the repository at this point in the history
  • Loading branch information
thomashorta committed May 24, 2024
1 parent c232b01 commit 2375887
Showing 1 changed file with 0 additions and 6 deletions.
6 changes: 0 additions & 6 deletions WordPress/src/main/res/layout/reader_fragment_layout.xml
Original file line number Diff line number Diff line change
Expand Up @@ -16,12 +16,6 @@
android:layout_height="wrap_content"
app:layout_scrollFlags="scroll|enterAlways" />

<androidx.compose.ui.platform.ComposeView
android:id="@+id/reader_announcement_card_compose_view"
android:layout_width="match_parent"
android:layout_height="wrap_content"
app:layout_scrollFlags="scroll|enterAlways" />

</com.google.android.material.appbar.AppBarLayout>

<FrameLayout
Expand Down

0 comments on commit 2375887

Please sign in to comment.