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 bda2351 commit 70824b4Copy full SHA for 70824b4
lib/widgets/store.dart
@@ -87,10 +87,6 @@ class _GlobalStoreInheritedWidget extends InheritedNotifier<GlobalStore> {
87
}) : super(notifier: store);
88
89
GlobalStore get store => notifier!;
90
-
91
- @override
92
- bool updateShouldNotify(covariant _GlobalStoreInheritedWidget oldWidget) =>
93
- store != oldWidget.store;
94
}
95
96
/// Provides access to the user's data for a particular Zulip account.
0 commit comments