From 2c23b1cc6911a14dba14fcc04ac52995d672ebcd Mon Sep 17 00:00:00 2001 From: Michele Bini Date: Thu, 31 Mar 2022 16:33:31 +0200 Subject: prevent crash diff --git a/src/displayapp/screens/ApplicationList.cpp b/src/displayapp/screens/ApplicationList.cpp index 98b6368..6709b2a 100644 --- a/src/displayapp/screens/ApplicationList.cpp +++ b/src/displayapp/screens/ApplicationList.cpp @@ -42,7 +42,7 @@ std::unique_ptr ApplicationList::CreateScreen1() { {Symbols::clock, Apps::Alarm}, }}; - return std::make_unique(1, 2, app, settingsController, batteryController, dateTimeController, applications); + return std::make_unique(0, 1, app, settingsController, batteryController, dateTimeController, applications); } /*std::unique_ptr ApplicationList::CreateScreen3() { -- cgit v0.10.2