Skip to content

Commit 8ec938a

Browse files
committed
Don't call [FIRApp configure] twice
1 parent e1992c0 commit 8ec938a

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

packages/firebase_crashlytics/darwin/Classes/FirebaseCrashlyticsPlugin.m

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -18,8 +18,6 @@ + (void)registerWithRegistrar:(NSObject<FlutterPluginRegistrar> *)registrar {
1818
FirebaseCrashlyticsPlugin *instance = [[FirebaseCrashlyticsPlugin alloc] init];
1919
[registrar addMethodCallDelegate:instance channel:channel];
2020

21-
[FIRApp configure];
22-
2321
SEL sel = NSSelectorFromString(@"registerLibrary:withVersion:");
2422
if ([FIRApp respondsToSelector:sel]) {
2523
[FIRApp performSelector:sel withObject:LIBRARY_NAME withObject:LIBRARY_VERSION];

0 commit comments

Comments
 (0)