Skip to content

Commit

Permalink
注释调试代码
Browse files Browse the repository at this point in the history
  • Loading branch information
iamsee committed Dec 20, 2017
1 parent ca3d3ca commit 5df51b3
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -83,7 +83,7 @@ class MainActivity : BaseActivity() {
*/
private fun switchFragment(position: Int) {
val transaction = supportFragmentManager.beginTransaction()
hideFragments(transaction) /**/
// hideFragments(transaction) /**/
showToast(supportFragmentManager.fragments.size.toString())
/*重复进入退出视频详情页会导致fragment不断增加*/
// when (position) {
Expand Down

0 comments on commit 5df51b3

Please sign in to comment.