Skip to content

Commit

Permalink
fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
davidmartos96 committed Nov 19, 2022
1 parent ce6d671 commit ac60e35
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -70,7 +70,7 @@ class MultiImageStreamCompleter extends ImageStreamCompleter {
// Used to guard against registering multiple _handleAppFrame callbacks for the same frame.
bool _frameCallbackScheduled = false;

/// We must avoid disposing a completer if it has never had a listener, even
/// We must avoid disposing a completer if it never had a listener, even
/// if all [keepAlive] handles get disposed.
bool __hadAtLeastOneListener = false;

Expand Down

0 comments on commit ac60e35

Please sign in to comment.