Skip to content

Commit

Permalink
[local_auth] Unnecessary reassignment in example removed (flutter#2983)
Browse files Browse the repository at this point in the history
  • Loading branch information
cimplesid committed Apr 7, 2021
1 parent 97ac042 commit 1ef73d9
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion packages/local_auth/example/lib/main.dart
Original file line number Diff line number Diff line change
Expand Up @@ -80,7 +80,6 @@ class _MyAppState extends State<MyApp> {
stickyAuth: true);
setState(() {
_isAuthenticating = false;
_authorized = 'Authenticating';
});
} on PlatformException catch (e) {
print(e);
Expand Down

0 comments on commit 1ef73d9

Please sign in to comment.