From 1966063a95122ef519daf1840d12930f59a65e7e Mon Sep 17 00:00:00 2001 From: Daisy <> Date: Tue, 8 Aug 2023 09:58:05 +0800 Subject: [PATCH] =?UTF-8?q?=E5=88=A0=E9=99=A4=E5=9B=BD=E5=AE=B6=E5=88=97?= =?UTF-8?q?=E8=A1=A8=20=E9=87=8D=E7=BD=AE=E5=8F=B3=E6=8C=89=E9=92=AE?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../seletCountryRegion/seletCountryRegion_page.dart | 11 ----------- 1 file changed, 11 deletions(-) diff --git a/star_lock/lib/login/seletCountryRegion/seletCountryRegion_page.dart b/star_lock/lib/login/seletCountryRegion/seletCountryRegion_page.dart index 1d8d5de7..a4874b25 100644 --- a/star_lock/lib/login/seletCountryRegion/seletCountryRegion_page.dart +++ b/star_lock/lib/login/seletCountryRegion/seletCountryRegion_page.dart @@ -77,17 +77,6 @@ class _SeletCountryRegionPageState extends State { "${TranslationLoader.lanKeys!.selet!.tr} ${TranslationLoader.lanKeys!.countryAndRegion!.tr}", haveBack: true, backgroundColor: AppColors.mainColor, - actionsList: [ - TextButton( - child: Text( - TranslationLoader.lanKeys!.reset!.tr, - style: const TextStyle(color: Colors.white), - ), - onPressed: () { - Navigator.pop(context, {'code': "+86", "countryId": "9"}); - }, - ), - ], ), body: AzListView( data: countriesList,