From 1ef73d9c4cdb93c7332d20d089058cbf5e57c694 Mon Sep 17 00:00:00 2001 From: Siddhartha joshi Date: Wed, 7 Apr 2021 22:49:03 +0545 Subject: [PATCH] [local_auth] Unnecessary reassignment in example removed (#2983) --- packages/local_auth/example/lib/main.dart | 1 - 1 file changed, 1 deletion(-) diff --git a/packages/local_auth/example/lib/main.dart b/packages/local_auth/example/lib/main.dart index d00a5b1e9ac2..b6b6f3278423 100644 --- a/packages/local_auth/example/lib/main.dart +++ b/packages/local_auth/example/lib/main.dart @@ -80,7 +80,6 @@ class _MyAppState extends State { stickyAuth: true); setState(() { _isAuthenticating = false; - _authorized = 'Authenticating'; }); } on PlatformException catch (e) { print(e);