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,