Skip to content

Commit 32a182c

Browse files
committed
fix some oops
thx WillyJL
1 parent 1f676cf commit 32a182c

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

applications/main/nfc/helpers/protocol_support/mf_ultralight/mf_ultralight_render.c

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -40,8 +40,6 @@ void nfc_render_mf_ultralight_pwd_pack(const MfUltralightData* data, FuriString*
4040
}
4141

4242
nfc_render_mf_ultralight_pages_count(data, str);
43-
44-
nfc_render_mf_ultralight_counters(data, str);
4543
}
4644

4745
void nfc_render_mf_ultralight_info(
@@ -51,6 +49,8 @@ void nfc_render_mf_ultralight_info(
5149
nfc_render_iso14443_3a_info(data->iso14443_3a_data, format_type, str);
5250

5351
nfc_render_mf_ultralight_pages_count(data, str);
52+
53+
nfc_render_mf_ultralight_counters(data, str);
5454
}
5555

5656
void nfc_render_mf_ultralight_dump(const MfUltralightData* data, FuriString* str) {

0 commit comments

Comments
 (0)