Skip to content
Snippets Groups Projects
Commit 69e6d867 authored by Nicolas Pomepuy's avatar Nicolas Pomepuy Committed by Duncan McNamara
Browse files

Fix the video group/folder screen space for the tabs

Fixes #2751
parent fa030916
No related branches found
No related tags found
1 merge request!1684Revert "New discover screen"
Pipeline #314351 passed with stage
in 3 minutes and 58 seconds
......@@ -86,6 +86,8 @@ class VideoGridFragment : MediaBrowserFragment<VideosViewModel>(), SwipeRefreshL
//in case of fragment being hosted by other fragments, it's useful to prevent the
//FAB visibility to be locked hidden
override val isMainNavigationPoint = false
override val hasTabs: Boolean
get() = parentFragment != null
private fun FragmentActivity.open(item: MediaLibraryItem) {
val i = Intent(activity, SecondaryActivity::class.java)
......
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