Archived
Configured colours and added additional images to ready app for iOS 13 dark mode
This commit is contained in:
+1
-1
@@ -399,7 +399,7 @@ static NSDictionary *sDefaultOptionsDictionary = nil;
|
||||
return [value boolValue];
|
||||
}
|
||||
|
||||
- (BOOL)isAnalyticsCollectionExpicitlySet {
|
||||
- (BOOL)isAnalyticsCollectionExplicitlySet {
|
||||
// If it's de-activated, it classifies as explicity set. If not, it's not a good enough indication
|
||||
// that the developer wants FirebaseAnalytics enabled so continue checking.
|
||||
if (self.isAnalyticsCollectionDeactivated) {
|
||||
|
||||
Reference in New Issue
Block a user