Workaround for the first touch that is taken twice into account.

This commit is contained in:
JF
2020-03-02 20:48:58 +01:00
parent 43ffeb15d1
commit d88ec8c2f0
2 changed files with 10 additions and 4 deletions

View File

@@ -92,6 +92,8 @@ namespace Pinetime {
lv_style_t win_bg;
lv_style_t win_header;
lv_style_t win_btn_pr;
bool firstTouch = true;
};
}
}