[FL-2874] Remove bank card uid emulation (#1823)
* nfc: open bank card info from archive * nfc: remove emulate uid option from bank cards menu Co-authored-by: あく <alleteam@gmail.com>
This commit is contained in:
@@ -20,8 +20,7 @@ void nfc_scene_saved_menu_on_enter(void* context) {
|
||||
Submenu* submenu = nfc->submenu;
|
||||
|
||||
if(nfc->dev->format == NfcDeviceSaveFormatUid ||
|
||||
nfc->dev->format == NfcDeviceSaveFormatMifareDesfire ||
|
||||
nfc->dev->format == NfcDeviceSaveFormatBankCard) {
|
||||
nfc->dev->format == NfcDeviceSaveFormatMifareDesfire) {
|
||||
submenu_add_item(
|
||||
submenu,
|
||||
"Emulate UID",
|
||||
|
Reference in New Issue
Block a user