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

[local_auth] Unnecessary reassignment in example removed #2983

Merged
merged 4 commits into from
Apr 7, 2021
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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