Fix Error screen and optimize GetTouchInfo

This commit is contained in:
Riku Isokoski
2021-09-15 12:25:41 +03:00
parent f221f5d744
commit 8f0771183c
4 changed files with 8 additions and 15 deletions

View File

@@ -48,7 +48,3 @@ void Error::ButtonEventHandler() {
Error::~Error() {
lv_obj_clean(lv_scr_act());
}
bool Error::Refresh() {
return running;
}

View File

@@ -12,7 +12,6 @@ namespace Pinetime {
Error(DisplayApp* app, System::BootErrors error);
~Error() override;
bool Refresh() override;
void ButtonEventHandler();
private:
lv_obj_t* btnOk;