Remove id in browse controller

Can't use until its binded
pull/7308/head
Jays2Kings 4 years ago
parent cd2b348719
commit c92b1ce956

@ -32,8 +32,7 @@
app:layout_anchorGravity="top"
app:layout_anchor="@id/ext_bottom_sheet" />
<!-- Adding bottom sheet after main content -->
<include layout="@layout/extensions_bottom_sheet"
android:id="@+id/bottom_sheet"/>
<include layout="@layout/extensions_bottom_sheet"/>
<View
android:id="@+id/shadow2"

Loading…
Cancel
Save