인 앱 결제

- 사용하지 않는 함수 제거
This commit is contained in:
2024-04-30 17:18:19 +09:00
parent 839a8a780c
commit c86e55719e
2 changed files with 2 additions and 6 deletions

View File

@@ -42,10 +42,6 @@ class CanChargeIapFragment : BaseFragment<FragmentCanChargeIapBinding>(
private lateinit var purchaseUpdateListener: PurchasesUpdatedListener
fun safeContext(): Context? {
return if (isAdded) context else null
}
override fun onViewCreated(view: View, savedInstanceState: Bundle?) {
super.onViewCreated(view, savedInstanceState)