인 앱 결제
- 사용하지 않는 함수 제거
This commit is contained in:
@@ -40,8 +40,8 @@ android {
|
|||||||
applicationId "kr.co.vividnext.sodalive"
|
applicationId "kr.co.vividnext.sodalive"
|
||||||
minSdk 23
|
minSdk 23
|
||||||
targetSdk 33
|
targetSdk 33
|
||||||
versionCode 60
|
versionCode 62
|
||||||
versionName "1.10.2"
|
versionName "1.10.4"
|
||||||
}
|
}
|
||||||
|
|
||||||
buildTypes {
|
buildTypes {
|
||||||
|
|||||||
@@ -42,10 +42,6 @@ class CanChargeIapFragment : BaseFragment<FragmentCanChargeIapBinding>(
|
|||||||
|
|
||||||
private lateinit var purchaseUpdateListener: PurchasesUpdatedListener
|
private lateinit var purchaseUpdateListener: PurchasesUpdatedListener
|
||||||
|
|
||||||
fun safeContext(): Context? {
|
|
||||||
return if (isAdded) context else null
|
|
||||||
}
|
|
||||||
|
|
||||||
override fun onViewCreated(view: View, savedInstanceState: Bundle?) {
|
override fun onViewCreated(view: View, savedInstanceState: Bundle?) {
|
||||||
super.onViewCreated(view, savedInstanceState)
|
super.onViewCreated(view, savedInstanceState)
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user