Skip to content

Commit

Permalink
fix(remote_config, android): remove invalid map key from Remote Confi…
Browse files Browse the repository at this point in the history
…g teardown (#13514)
  • Loading branch information
SelaseKay authored Oct 29, 2024
1 parent a8bfebd commit d958f2a
Showing 1 changed file with 1 addition and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -128,10 +128,7 @@ private void tearDownChannel() {
channel = null;
eventChannel.setStreamHandler(null);
eventChannel = null;
for (ConfigUpdateListenerRegistration listener : listenersMap.values()) {
listener.remove();
listenersMap.remove(listener);
}
removeEventListeners();
}

private FirebaseRemoteConfig getRemoteConfig(Map<String, Object> arguments) {
Expand Down

0 comments on commit d958f2a

Please sign in to comment.