Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/ClusterM/flipperzero-firmware.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorあく <alleteam@gmail.com>2021-09-28 17:42:52 +0300
committerGitHub <noreply@github.com>2021-09-28 17:42:52 +0300
commitec18c1a92ae6a745da7eb36cea0cb4ac9bf655b7 (patch)
treec210aff8d3758fea773d7ef620942ae1c480566d /applications/subghz/scenes
parent61c8f3325aad9a15073b9ed73a72361a6e959249 (diff)
[FL-1781] Desktop: change first start logic, show only if factory provisioned. (#727)
* Desktop: change first start logic, show only if factory provisioned. * Desktop: code cleanup, correct first start scene position in scene stack. * Desktop: Remove unused include
Diffstat (limited to 'applications/subghz/scenes')
-rw-r--r--applications/subghz/scenes/subghz_scene_show_only_rx.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/applications/subghz/scenes/subghz_scene_show_only_rx.c b/applications/subghz/scenes/subghz_scene_show_only_rx.c
index f808b0fb..e59e1d68 100644
--- a/applications/subghz/scenes/subghz_scene_show_only_rx.c
+++ b/applications/subghz/scenes/subghz_scene_show_only_rx.c
@@ -7,7 +7,7 @@ void subghz_scene_show_only_rx_popup_callback(void* context) {
view_dispatcher_send_custom_event(subghz->view_dispatcher, SCENE_NO_MAN_CUSTOM_EVENT);
}
-const void subghz_scene_show_only_rx_on_enter(void* context) {
+void subghz_scene_show_only_rx_on_enter(void* context) {
SubGhz* subghz = context;
// Setup view
@@ -38,7 +38,7 @@ const bool subghz_scene_show_only_rx_on_event(void* context, SceneManagerEvent e
return false;
}
-const void subghz_scene_show_only_rx_on_exit(void* context) {
+void subghz_scene_show_only_rx_on_exit(void* context) {
SubGhz* subghz = context;
// Clear view