Skip to content

Commit 02514d1

Browse files
authored
Merge pull request #10366 from wordpress-mobile/issue/compact-post-list-crash
Add _container_ id to post_list_item_compact
2 parents 94ef5ca + 5c5231b commit 02514d1

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

WordPress/src/main/res/layout/post_list_item_compact.xml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,7 @@
1111
android:background="@color/white">
1212

1313
<androidx.constraintlayout.widget.ConstraintLayout
14+
android:id="@+id/container"
1415
android:layout_width="match_parent"
1516
android:layout_height="match_parent"
1617
android:background="?selectableItemBackground">

0 commit comments

Comments
 (0)