Don't be extra annoying about analytics in debug mode
This commit is contained in:
@@ -42,7 +42,7 @@ public class AnalyticsConsentRequester {
|
||||
|
||||
boolean askedBeforeAndWasRejected =
|
||||
preferences.isAnalyticsAskedPolitely() && !preferences.isAnalyticsHasConsent();
|
||||
if (!Constants.DEBUG && askedBeforeAndWasRejected) {
|
||||
if (askedBeforeAndWasRejected) {
|
||||
return;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user