[Now Playing] Moved toolbar of Flat theme to bottom

This commit is contained in:
Prathamesh More 2021-12-09 22:25:39 +05:30
parent 4b857f6088
commit 6dc152b911
2 changed files with 16 additions and 16 deletions

View file

@ -91,7 +91,7 @@ class FlatPlayerFragment : AbsPlayerFragment(R.layout.fragment_flat_player) {
_binding = FragmentFlatPlayerBinding.bind(view)
setUpPlayerToolbar()
setUpSubFragments()
binding.playbackControlsFragment.drawAboveSystemBars()
binding.playerToolbar.drawAboveSystemBars()
}
override fun onShow() {