linhnv106
linhnv106
@chrisjenx any update on this issue ? seem like lot of people facing this
okay, for anyone has same issue with using navHostFragment, here is my solution : - remove navGraph from xml - inflate and set Graph in your activity onCreate method :...
I'm using this trick. it works perfectly `if let layout = buttonBarView.collectionViewLayout as? UICollectionViewFlowLayout { layout.minimumLineSpacing = 0 layout.minimumInteritemSpacing = 0 buttonBarView.collectionViewLayout = layout }`
I'm using this trick. ` self.changeCurrentIndexProgressive = { [weak self] (oldCell: ButtonBarViewCell?, newCell: ButtonBarViewCell?, progressPercentage: CGFloat, changeCurrentIndex: Bool, animated: Bool) -> Void in self?.buttonBarView.selectedBar.frame.size.width = 100 }`
Hi @YoussefHenna I tested [https://github.com/ThibaultBee/SrtPlayer ](url), but video player keep showing in black. Any idea?
> > Hi @YoussefHenna I tested [https://github.com/ThibaultBee/SrtPlayer ](url), but video player keep showing in black. Any idea? > > @linhnv106 I'm not sure, need some more information. Could you let...
> @linhnv106 Have you tried implementing your own data source as I wrote here: [#8647 (comment)](https://github.com/google/ExoPlayer/issues/8647#issuecomment-966878405). I'm not really sure of the changes made on the SrtPlayer repo Yes @YoussefHenna...