Skip to content

Commit

Permalink
#292 [fix] 로딩프래그먼트 초기화
Browse files Browse the repository at this point in the history
  • Loading branch information
2zerozu committed Sep 24, 2023
1 parent 6423ffa commit e684c68
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,7 @@ class FeedbackActivity : BindingActivity<ActivityFeedbackBinding>(R.layout.activ

private val loadingDialogFragment by lazy {
supportFragmentManager.findFragmentByTag(LoadingDialogFragment.TAG) as? LoadingDialogFragment
?: LoadingDialogFragment()
}

override fun onCreate(savedInstanceState: Bundle?) {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,7 @@ class WithdrawActivity : BindingActivity<ActivityWithdrawBinding>(R.layout.activ

private val loadingDialogFragment by lazy {
supportFragmentManager.findFragmentByTag(LoadingDialogFragment.TAG) as? LoadingDialogFragment
?: LoadingDialogFragment()
}

override fun onCreate(savedInstanceState: Bundle?) {
Expand Down

0 comments on commit e684c68

Please sign in to comment.