mirror of
https://github.com/hanskokx/arcane_framework.git
synced 2026-05-14 02:19:08 +02:00
Remove unnecessary notifyListeners calls
Signed-off-by: Hans Kokx <hans.d.kokx@gmail.com>
This commit is contained in:
@@ -67,7 +67,6 @@ class ArcaneAuthenticationService extends ArcaneService {
|
||||
_notifier.value = AuthenticationStatus.unauthenticated;
|
||||
_isSignedIn.value = isAuthenticated;
|
||||
_previousModeWhenSettingDebug = null;
|
||||
notifyListeners();
|
||||
}
|
||||
|
||||
/// Registers an `ArcaneAuthInterface` within the `ArcaneAuthenticationService`.
|
||||
@@ -157,7 +156,6 @@ class ArcaneAuthenticationService extends ArcaneService {
|
||||
_notifier.value = newStatus;
|
||||
_isSignedIn.value = isAuthenticated;
|
||||
}
|
||||
notifyListeners();
|
||||
}
|
||||
|
||||
/// Logs the current user out. Upon successful logout, `status` will be set to
|
||||
|
||||
Reference in New Issue
Block a user