mirror of
https://github.com/M66B/FairEmail.git
synced 2025-12-30 09:31:11 +01:00
Made schedule a pro feature
This commit is contained in:
@@ -27,6 +27,9 @@ public class ServiceExternal extends IntentService {
|
||||
if (intent == null)
|
||||
return;
|
||||
|
||||
if (!Helper.isPro(this))
|
||||
return;
|
||||
|
||||
Boolean enabled = null;
|
||||
if (ACTION_ENABLE.equals(intent.getAction()))
|
||||
enabled = true;
|
||||
|
||||
Reference in New Issue
Block a user