Rooted Device Check #1.2
This commit is contained in:
@@ -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),
|
||||||
|
Reference in New Issue
Block a user