mirror of
https://gitlab.futo.org/videostreaming/grayjay.git
synced 2025-08-22 02:09:32 +00:00
Merge branch 'fix-fullscreen-ui-offset' into 'master'
Fullscreen UI Fix See merge request videostreaming/grayjay!116
This commit is contained in:
commit
4731673ba3
1 changed files with 2 additions and 2 deletions
|
@ -25,7 +25,7 @@ data class SuggestionsFragmentData(val query: String, val searchType: SearchType
|
||||||
|
|
||||||
class SuggestionsFragment : MainFragment {
|
class SuggestionsFragment : MainFragment {
|
||||||
override val isMainView : Boolean = true;
|
override val isMainView : Boolean = true;
|
||||||
override val hasBottomBar: Boolean = false;
|
override val hasBottomBar: Boolean = true;
|
||||||
override val isHistory: Boolean = false;
|
override val isHistory: Boolean = false;
|
||||||
|
|
||||||
private var _recyclerSuggestions: RecyclerView? = null;
|
private var _recyclerSuggestions: RecyclerView? = null;
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue