From e5f54504cab45877a2cc09b8145f367ed42e9859 Mon Sep 17 00:00:00 2001 From: Mygod Date: Tue, 24 Jul 2018 12:50:54 +0800 Subject: [PATCH] Fix out of bounds --- mobile/src/main/java/be/mygod/vpnhotspot/EBegFragment.kt | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/mobile/src/main/java/be/mygod/vpnhotspot/EBegFragment.kt b/mobile/src/main/java/be/mygod/vpnhotspot/EBegFragment.kt index 1d5dc9cd..f4dbb016 100644 --- a/mobile/src/main/java/be/mygod/vpnhotspot/EBegFragment.kt +++ b/mobile/src/main/java/be/mygod/vpnhotspot/EBegFragment.kt @@ -45,12 +45,12 @@ class EBegFragment : DialogFragment(), PurchasesUpdatedListener, BillingClientSt billingClient = BillingClient.newBuilder(view.context).setListener(this).build() onBillingServiceDisconnected() view.findViewById