[FL-1849] NFC and iButton gui fixes (#943)

* nfc: fix spaces between lines in delete and info scenes
* gui widget: add extern c
* ibutton: rework gui in info and delete scenes
* Loader, Desktop: fix debug apps and plugins start from cli, fix deadlock in archive

Co-authored-by: あく <alleteam@gmail.com>
This commit is contained in:
gornekich
2022-01-03 03:01:54 +03:00
committed by GitHub
parent 7e2f0fcc22
commit c98e54da10
12 changed files with 99 additions and 93 deletions

View File

@@ -1,6 +1,5 @@
#pragma once
#include "ibutton-scene-generic.h"
#include <gui/modules/dialog_ex.h>
class iButtonSceneDeleteConfirm : public iButtonScene {
public:
@@ -9,5 +8,5 @@ public:
void on_exit(iButtonApp* app) final;
private:
void dialog_ex_callback(DialogExResult result, void* context);
void widget_callback(GuiButtonType result, InputType type, void* context);
};