diff options
| author | JF002 <JF002@users.noreply.github.com> | 2021-08-28 14:39:48 (GMT) |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2021-08-28 14:39:48 (GMT) |
| commit | 2870d3ae6c00f127883e6cedecda328994b0fec7 (patch) | |
| tree | 75c4b96ace962cbb965c2bdd0dd11137b471c5ac /src/displayapp/screens/Notifications.h | |
| parent | fab49f8557ef8ff38fe4f607e33b18fb5a1aeb9a (diff) | |
| parent | c2fae47391f02b515c8d85a00ae1b7190bcd30a0 (diff) | |
Merge pull request #497 from Riksu9000/refresh_rework
Rework Refresh
Diffstat (limited to 'src/displayapp/screens/Notifications.h')
| -rw-r--r-- | src/displayapp/screens/Notifications.h | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/src/displayapp/screens/Notifications.h b/src/displayapp/screens/Notifications.h index a02d9b4..f6f8b4c 100644 --- a/src/displayapp/screens/Notifications.h +++ b/src/displayapp/screens/Notifications.h @@ -24,7 +24,7 @@ namespace Pinetime { Modes mode); ~Notifications() override; - bool Refresh() override; + void Refresh() override; bool OnTouchEvent(Pinetime::Applications::TouchEvents event) override; class NotificationItem { @@ -79,6 +79,8 @@ namespace Pinetime { lv_obj_t* timeoutLine = nullptr; uint32_t timeoutTickCountStart; uint32_t timeoutTickCountEnd; + + lv_task_t* taskRefresh; }; } } |
