mirror of
https://gitlab.futo.org/videostreaming/grayjay.git
synced 2026-05-16 04:52:39 +02:00
Merge branch 'fix-fullscreen-ui-offset' into 'master'
Fullscreen UI Fix See merge request videostreaming/grayjay!116
This commit is contained in:
+1
-1
@@ -25,7 +25,7 @@ data class SuggestionsFragmentData(val query: String, val searchType: SearchType
|
||||
|
||||
class SuggestionsFragment : MainFragment {
|
||||
override val isMainView : Boolean = true;
|
||||
override val hasBottomBar: Boolean = false;
|
||||
override val hasBottomBar: Boolean = true;
|
||||
override val isHistory: Boolean = false;
|
||||
|
||||
private var _recyclerSuggestions: RecyclerView? = null;
|
||||
|
||||
Reference in New Issue
Block a user