Fix bad token
This commit is contained in:
@@ -60,7 +60,7 @@ class EBegFragment : DialogFragment(), PurchasesUpdatedListener, BillingClientSt
|
|||||||
}
|
}
|
||||||
|
|
||||||
private fun openDialog(@StringRes title: Int, @StringRes message: Int) {
|
private fun openDialog(@StringRes title: Int, @StringRes message: Int) {
|
||||||
AlertDialog.Builder(context ?: return).apply {
|
AlertDialog.Builder(activity ?: return).apply {
|
||||||
setTitle(title)
|
setTitle(title)
|
||||||
setMessage(message)
|
setMessage(message)
|
||||||
isCancelable = true
|
isCancelable = true
|
||||||
|
|||||||
@@ -1,7 +1,6 @@
|
|||||||
package be.mygod.vpnhotspot.net
|
package be.mygod.vpnhotspot.net
|
||||||
|
|
||||||
import android.util.Log
|
import android.util.Log
|
||||||
import be.mygod.vpnhotspot.App.Companion.app
|
|
||||||
import be.mygod.vpnhotspot.R
|
import be.mygod.vpnhotspot.R
|
||||||
import be.mygod.vpnhotspot.util.thread
|
import be.mygod.vpnhotspot.util.thread
|
||||||
import be.mygod.vpnhotspot.widget.SmartSnackbar
|
import be.mygod.vpnhotspot.widget.SmartSnackbar
|
||||||
|
|||||||
Reference in New Issue
Block a user