修复【升级战令未刷新钻石余额】的问题

This commit is contained in:
2024-01-15 13:33:53 +08:00
parent 27f136d6ca
commit 54693c0d37
3 changed files with 2 additions and 5 deletions

View File

@@ -204,10 +204,6 @@ public class GoogleBillingManage implements PurchasesUpdatedListener {
}
}
public boolean getGoogleService() {
int code = GoogleApiAvailability.getInstance().isGooglePlayServicesAvailable(mContext);
return code == 0;
}
int resultCode = -1;
String resultToken = "";