Skip to content

Commit

Permalink
fix: dismiss button in queue sheet (#4532)
Browse files Browse the repository at this point in the history
  • Loading branch information
IndusAryan authored Aug 17, 2023
1 parent 3e80494 commit 9962b46
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -94,7 +94,7 @@ class PlayingQueueSheet : ExpandedBottomSheet() {
showSortDialog()
}

binding.bottomControls.setOnClickListener {
binding.dismiss.setOnClickListener {
dialog?.dismiss()
}

Expand Down
2 changes: 1 addition & 1 deletion app/src/main/res/layout/queue_bottom_sheet.xml
Original file line number Diff line number Diff line change
Expand Up @@ -93,4 +93,4 @@

</FrameLayout>

</androidx.constraintlayout.widget.ConstraintLayout>
</androidx.constraintlayout.widget.ConstraintLayout>

0 comments on commit 9962b46

Please sign in to comment.