binding 버그 수정
This commit is contained in:
@@ -72,11 +72,6 @@ class AudioContentMainFragment : BaseFragment<FragmentAudioContentMainBinding>(
|
||||
super.onPause()
|
||||
}
|
||||
|
||||
override fun onDestroy() {
|
||||
binding.adView.destroy()
|
||||
super.onDestroy()
|
||||
}
|
||||
|
||||
private fun setupAdMob() {
|
||||
binding.adView.loadAd(AdRequest.Builder().build())
|
||||
}
|
||||
|
@@ -108,11 +108,6 @@ class LiveFragment : BaseFragment<FragmentLiveBinding>(FragmentLiveBinding::infl
|
||||
super.onPause()
|
||||
}
|
||||
|
||||
override fun onDestroy() {
|
||||
binding.adView.destroy()
|
||||
super.onDestroy()
|
||||
}
|
||||
|
||||
private fun setupAdMob() {
|
||||
binding.adView.loadAd(AdRequest.Builder().build())
|
||||
}
|
||||
|
@@ -29,11 +29,6 @@ class MessageFragment : BaseFragment<FragmentMessageBinding>(FragmentMessageBind
|
||||
super.onPause()
|
||||
}
|
||||
|
||||
override fun onDestroy() {
|
||||
binding.adView.destroy()
|
||||
super.onDestroy()
|
||||
}
|
||||
|
||||
private fun setupAdMob() {
|
||||
binding.adView.loadAd(AdRequest.Builder().build())
|
||||
}
|
||||
|
Reference in New Issue
Block a user