From aef18f6b2f2ee21a4318893a80f12f7184eb191d Mon Sep 17 00:00:00 2001 From: RebornedBrain Date: Tue, 23 Jan 2024 22:40:33 +0300 Subject: [PATCH] Reset widget on exit from more info scene --- .../main/nfc/helpers/protocol_support/nfc_protocol_support.c | 1 + 1 file changed, 1 insertion(+) diff --git a/applications/main/nfc/helpers/protocol_support/nfc_protocol_support.c b/applications/main/nfc/helpers/protocol_support/nfc_protocol_support.c index 9bd28b4b7..873863f36 100644 --- a/applications/main/nfc/helpers/protocol_support/nfc_protocol_support.c +++ b/applications/main/nfc/helpers/protocol_support/nfc_protocol_support.c @@ -139,6 +139,7 @@ static bool static void nfc_protocol_support_scene_more_info_on_exit(NfcApp* instance) { text_box_reset(instance->text_box); + widget_reset(instance->widget); furi_string_reset(instance->text_box_store); }