From fa00fa1792deba34b785109320ce108cd832f3a8 Mon Sep 17 00:00:00 2001 From: WinUser01 Date: Wed, 26 Jan 2022 02:06:55 +0800 Subject: [PATCH] =?UTF-8?q?hyzp=5Fybqx-Commit098=EF=BC=9A=E4=BC=98?= =?UTF-8?q?=E5=8C=96=E3=80=82=E5=B7=B2=E7=BB=8F=E8=83=BD=E5=A4=9F=E4=BF=9D?= =?UTF-8?q?=E5=AD=98=E5=B7=B2=E7=99=BB=E5=BD=95=E7=9A=84=E7=94=A8=E6=88=B7?= =?UTF-8?q?=E4=BF=A1=E6=81=AF?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- lib/pages/Login/LoginByName3.dart | 1 + 1 file changed, 1 insertion(+) diff --git a/lib/pages/Login/LoginByName3.dart b/lib/pages/Login/LoginByName3.dart index 71bd0ed..aec1576 100644 --- a/lib/pages/Login/LoginByName3.dart +++ b/lib/pages/Login/LoginByName3.dart @@ -484,6 +484,7 @@ class _LoginPageState extends State { setState(() { g_userInfo.username = user.username; g_userInfo.password = user.password; + g_can_expand_ListView = false; }); }, );