Fixed subscriptions

This commit is contained in:
M66B 2020-05-18 15:39:59 +02:00
parent 729d612774
commit adf73dd8c8
1 changed files with 2 additions and 0 deletions

View File

@ -188,6 +188,8 @@ public class IAB implements ServiceConnection {
return (prefs.getBoolean(sku, false) ||
prefs.getBoolean(ActivityPro.SKU_PRO1, false) ||
prefs.getBoolean(ActivityPro.SKU_SUPPORT1, false) ||
prefs.getBoolean(ActivityPro.SKU_SUPPORT2, false) ||
prefs.getBoolean(ActivityPro.SKU_DONATION, false));
} catch (SecurityException ignored) {
return false;