mirror of
https://github.com/NiciDieNase/chaosflix
synced 2024-11-22 20:33:05 +00:00
fix column count
This commit is contained in:
parent
a827a86cac
commit
e95c4b2aa7
1 changed files with 0 additions and 5 deletions
|
@ -40,11 +40,6 @@ class LivestreamListFragment : Fragment() {
|
|||
fun castStream(streamingItem: StreamingItem, streamUrl: StreamUrl, s: String) {}
|
||||
}
|
||||
|
||||
override fun onCreate(savedInstanceState: Bundle?) {
|
||||
super.onCreate(savedInstanceState)
|
||||
columnCount = requireArguments().getInt(ARG_COLUMN_COUNT)
|
||||
}
|
||||
|
||||
override fun onCreateView(inflater: LayoutInflater, container: ViewGroup?, savedInstanceState: Bundle?): View? {
|
||||
binding = FragmentLivestreamsBinding.inflate(inflater, container, false)
|
||||
if (columnCount <= 1) {
|
||||
|
|
Loading…
Reference in a new issue