Skip to content

Commit

Permalink
bugfix
Browse files Browse the repository at this point in the history
  • Loading branch information
weikaiyun committed Apr 27, 2021
1 parent 3282941 commit df2c7a7
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ class DemoMainFragment: BaseSupportFragment() {

override fun initView(view: View, savedInstanceState: Bundle?) {
fl_container.setOnClickListener {
pop()
_mActivity.finish()
}
val homeFragmentInStack: HomeFragment? = SupportHelper.findFragment(childFragmentManager, HomeFragment::class.java)
if (homeFragmentInStack != null) {
Expand Down

0 comments on commit df2c7a7

Please sign in to comment.