mirror of
https://gitlab.futo.org/videostreaming/grayjay.git
synced 2025-05-02 15:44:26 +02:00
Fix container id conflict
This commit is contained in:
parent
44c8800bec
commit
157d5b4c36
@ -30,7 +30,7 @@ class QueueEditorOverlay : LinearLayout {
|
|||||||
_topbar = findViewById(R.id.topbar);
|
_topbar = findViewById(R.id.topbar);
|
||||||
_editor = findViewById(R.id.editor);
|
_editor = findViewById(R.id.editor);
|
||||||
_btnSettings = findViewById(R.id.button_settings);
|
_btnSettings = findViewById(R.id.button_settings);
|
||||||
_overlayContainer = findViewById(R.id.overlay_container);
|
_overlayContainer = findViewById(R.id.overlay_container_queue);
|
||||||
|
|
||||||
|
|
||||||
_topbar.onClose.subscribe(this, onClose::emit);
|
_topbar.onClose.subscribe(this, onClose::emit);
|
||||||
|
@ -33,7 +33,7 @@
|
|||||||
app:srcCompat="@drawable/ic_settings" />
|
app:srcCompat="@drawable/ic_settings" />
|
||||||
|
|
||||||
<FrameLayout
|
<FrameLayout
|
||||||
android:id="@+id/overlay_container"
|
android:id="@+id/overlay_container_queue"
|
||||||
android:layout_width="match_parent"
|
android:layout_width="match_parent"
|
||||||
android:layout_height="match_parent"
|
android:layout_height="match_parent"
|
||||||
android:visibility="gone" />
|
android:visibility="gone" />
|
||||||
|
Loading…
x
Reference in New Issue
Block a user