Skip to content
This repository was archived by the owner on Jan 14, 2025. It is now read-only.

Commit eaa4c79

Browse files
Update RequestHelper.java
1 parent 7d25ac6 commit eaa4c79

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

core/src/main/java/com/dm/material/dashboard/candybar/helpers/RequestHelper.java

+1
Original file line numberDiff line numberDiff line change
@@ -212,6 +212,7 @@ public static void checkPiracyApp(@NonNull Context context) {
212212
boolean premiumRequest = context.getResources().getBoolean(R.bool.enable_premium_request);
213213
//Dashboard don't need to check piracy app if premium request is disabled
214214
if (!premiumRequest) {
215+
Preferences.getPreferences(context).setPremiumRequestEnabled(false);
215216
RequestListener listener = (RequestListener) context;
216217
listener.OnPiracyAppChecked(true);
217218
return;

0 commit comments

Comments
 (0)