Skip to content
Snippets Groups Projects
Commit 157d5b4c authored by Kelvin's avatar Kelvin
Browse files

Fix container id conflict

parent 44c8800b
No related branches found
No related tags found
No related merge requests found
......@@ -30,7 +30,7 @@ class QueueEditorOverlay : LinearLayout {
_topbar = findViewById(R.id.topbar);
_editor = findViewById(R.id.editor);
_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);
......
......@@ -33,7 +33,7 @@
app:srcCompat="@drawable/ic_settings" />
<FrameLayout
android:id="@+id/overlay_container"
android:id="@+id/overlay_container_queue"
android:layout_width="match_parent"
android:layout_height="match_parent"
android:visibility="gone" />
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment