Skip to content
This repository was archived by the owner on Feb 22, 2023. It is now read-only.

Commit 1ef73d9

Browse files
authored
[local_auth] Unnecessary reassignment in example removed (#2983)
1 parent 97ac042 commit 1ef73d9

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

packages/local_auth/example/lib/main.dart

-1
Original file line numberDiff line numberDiff line change
@@ -80,7 +80,6 @@ class _MyAppState extends State<MyApp> {
8080
stickyAuth: true);
8181
setState(() {
8282
_isAuthenticating = false;
83-
_authorized = 'Authenticating';
8483
});
8584
} on PlatformException catch (e) {
8685
print(e);

0 commit comments

Comments
 (0)