Skip to content

Commit

Permalink
Fix stub update view for flavors hiding categories in bug report screen
Browse files Browse the repository at this point in the history
(cherry picked from commit 2b670a1)
  • Loading branch information
Algirdas Pundzius committed May 9, 2022
1 parent 9dda173 commit 7319274
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/src/main/res/layout/item_update_view.xml
Original file line number Diff line number Diff line change
Expand Up @@ -2,4 +2,4 @@
<!-- Empty view for all builds, except for googlePlay -->
<View xmlns:android="http://schemas.android.com/apk/res/android"
android:layout_width="match_parent"
android:layout_height="wrap_content" />
android:layout_height="0dp" />

0 comments on commit 7319274

Please sign in to comment.