mirror of
https://github.com/M66B/FairEmail.git
synced 2025-12-28 00:20:50 +01:00
Refactoring
This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user