Added suggestions

This commit is contained in:
Hemanth S 2020-07-14 19:16:16 +05:30
parent 547e49507e
commit 06a52b1323
10 changed files with 45 additions and 15 deletions

View file

@ -623,6 +623,7 @@ class MainActivity : AbsSlidingMusicPanelActivity(),
fragment: Fragment,
tag: String
) {
supportFragmentManager.commit {
replace(R.id.fragment_container, fragment, tag)
}