인 앱 결제
- 사용하지 않는 함수 제거
This commit is contained in:
@@ -40,8 +40,8 @@ android {
|
||||
applicationId "kr.co.vividnext.sodalive"
|
||||
minSdk 23
|
||||
targetSdk 33
|
||||
versionCode 60
|
||||
versionName "1.10.2"
|
||||
versionCode 62
|
||||
versionName "1.10.4"
|
||||
}
|
||||
|
||||
buildTypes {
|
||||
|
@@ -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)
|
||||
|
||||
|
Reference in New Issue
Block a user