mirror of
https://github.com/libre-tube/LibreTube.git
synced 2025-04-29 00:10:32 +05:30
Merge pull request #4757 from Bnyro/master
fix: crash when long pressing watch history item
This commit is contained in:
commit
0e3d2a6138
@ -80,7 +80,7 @@ class WatchHistoryAdapter(
|
||||
notifyItemChanged(position)
|
||||
}
|
||||
val sheet = VideoOptionsBottomSheet()
|
||||
sheet.arguments = bundleOf(IntentData.streamItem to video)
|
||||
sheet.arguments = bundleOf(IntentData.streamItem to video.toStreamItem())
|
||||
sheet.show(fragmentManager, WatchHistoryAdapter::class.java.name)
|
||||
true
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user