Skip to content

Commit

Permalink
fix(firebase_analytics, android): suppress unchecked warnings that ar…
Browse files Browse the repository at this point in the history
…en't necessary (#9532)
  • Loading branch information
russellwheatley committed Sep 22, 2022
1 parent 19c7621 commit 3ebd459
Showing 1 changed file with 1 addition and 0 deletions.
Expand Up @@ -40,6 +40,7 @@ private void initInstance(BinaryMessenger messenger, Context context) {
FlutterFirebasePluginRegistry.registerPlugin(channelName, this);
}

@SuppressWarnings("unchecked")
private static Bundle createBundleFromMap(Map<String, Object> map) {
if (map == null) {
return null;
Expand Down

0 comments on commit 3ebd459

Please sign in to comment.