Fix Error screen and optimize GetTouchInfo
This commit is contained in:
@@ -48,7 +48,3 @@ void Error::ButtonEventHandler() {
|
||||
Error::~Error() {
|
||||
lv_obj_clean(lv_scr_act());
|
||||
}
|
||||
|
||||
bool Error::Refresh() {
|
||||
return running;
|
||||
}
|
||||
|
@@ -12,7 +12,6 @@ namespace Pinetime {
|
||||
Error(DisplayApp* app, System::BootErrors error);
|
||||
~Error() override;
|
||||
|
||||
bool Refresh() override;
|
||||
void ButtonEventHandler();
|
||||
private:
|
||||
lv_obj_t* btnOk;
|
||||
|
Reference in New Issue
Block a user