We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d882f50 commit ebf41f2Copy full SHA for ebf41f2
lib/model/autocomplete.dart
@@ -154,6 +154,13 @@ class AutocompleteViewManager {
154
view.reassemble();
155
}
156
157
+
158
+ // No `dispose` method, because there's nothing for it to do.
159
+ // The [MentionAutocompleteView]s are owned by (i.e., they get [dispose]d by)
160
+ // the UI code that manages the autocomplete interaction, including in the
161
+ // case where the [PerAccountStore] is replaced. Discussion:
162
+ // https://chat.zulip.org/#narrow/stream/243-mobile-team/topic/.60MentionAutocompleteView.2Edispose.60/near/1791292
163
+ // void dispose() { … }
164
165
166
/// A view-model for a mention-autocomplete interaction.
0 commit comments