Refactoring

This commit is contained in:
M66B
2019-08-13 10:27:17 +02:00
parent 17b11065d8
commit ca480d054d
26 changed files with 183 additions and 235 deletions

View File

@@ -60,7 +60,7 @@ public class ServiceExternal extends Service {
if (intent == null)
return START_NOT_STICKY;
if (!Helper.isPro(this))
if (!ActivityBilling.isPro(this))
return START_NOT_STICKY;
final Boolean enabled;