mirror of
https://github.com/M66B/NetGuard.git
synced 2025-03-11 14:44:54 +00:00
Fixed subscriptions
This commit is contained in:
parent
729d612774
commit
adf73dd8c8
1 changed files with 2 additions and 0 deletions
|
@ -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;
|
||||
|
|
Loading…
Add table
Reference in a new issue