Remove id in browse controller

Can't use until its binded
This commit is contained in:
Jays2Kings 2021-03-29 15:40:32 -04:00
parent cd2b348719
commit c92b1ce956

View File

@ -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"