Skip to content

Commit ef62f9f

Browse files
committed
nullify context in onDetachedFromEngine
1 parent a13c60f commit ef62f9f

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

android/src/main/java/com/mixpanel/mixpanel_flutter/MixpanelFlutterPlugin.java

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -531,5 +531,6 @@ public void onDetachedFromEngine(@NonNull FlutterPluginBinding binding) {
531531
channel = null;
532532
}
533533
flutterPluginBinding = null;
534+
context = null;
534535
}
535536
}

0 commit comments

Comments
 (0)