Rooted Device Check #1.2

This commit is contained in:
2025-09-02 17:24:43 +05:30
parent 852f708633
commit f9fd74ea53

View File

@@ -66,12 +66,12 @@ class _CardManagementScreen extends State<CardManagementScreen> {
icon: Symbols.password_2, icon: Symbols.password_2,
label: AppLocalizations.of(context).changeCardPin, label: AppLocalizations.of(context).changeCardPin,
onTap: () { onTap: () {
Navigator.push( // Navigator.push(
context, // context,
MaterialPageRoute( // MaterialPageRoute(
builder: (context) => const CardPinChangeDetailsScreen(), // builder: (context) => const CardPinChangeDetailsScreen(),
), // ),
); // );
}, },
), ),
const Divider(height: 1), const Divider(height: 1),