Skip to content

Commit 3941dc9

Browse files
fix: show details button wrongly open play queue
1 parent 59f8718 commit 3941dc9

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

android/src/main/kotlin/project/pipepipe/app/ui/component/BottomSheetMenu.kt

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -245,7 +245,6 @@ private fun StreamInfoMenuItems(
245245
})
246246
if (showProvideDetailButton) {
247247
add(Triple(Icons.Default.Info, stringResource(MR.strings.show_details)) {
248-
SharedContext.toggleShowPlayQueueVisibility()
249248
SharedContext.sharedVideoDetailViewModel.loadVideoDetails(streamInfo.url, streamInfo.serviceId)
250249
onDismiss()
251250
})

0 commit comments

Comments
 (0)