1
0
Fork 0
mirror of https://github.com/M66B/NetGuard.git synced 2025-03-11 14:44:54 +00:00

Fixed subscriptions

This commit is contained in:
M66B 2020-05-18 15:39:59 +02:00
parent 729d612774
commit adf73dd8c8

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;