WT1.1.5+52 bug fix: Google login only Android

controll exercises fix
This commit is contained in:
bossanyit
2021-02-03 16:21:53 +01:00
parent 366cf7f8a8
commit ef2bd04a3a
9 changed files with 34 additions and 37 deletions
+3
View File
@@ -47,6 +47,9 @@ class RevenueCatPurchases with Logging {
log("Purchaserinfo not reachable " + e.toString());
}
}
if (Cache().userLoggedIn.admin == 1) {
Cache().hasPurchased = true;
}
}
Future<Offering> getOfferings() async {