diff options
| author | JF <jf@codingfield.com> | 2020-10-20 20:57:39 +0200 |
|---|---|---|
| committer | JF <jf@codingfield.com> | 2020-10-20 20:57:39 +0200 |
| commit | ef5670c7e09a1a63fc5df4a066472ed7fe7550ff (patch) | |
| tree | 3f7999c0dd4c4cfc42a04f7904205ffd914cc225 /src/displayapp/screens/Notifications_swscroll.h | |
| parent | 55427d83b87960903cd6213ac9c73e694ee547bd (diff) | |
Integrate new notification UI with notifications coming from BLE
Diffstat (limited to 'src/displayapp/screens/Notifications_swscroll.h')
| -rw-r--r-- | src/displayapp/screens/Notifications_swscroll.h | 36 |
1 files changed, 0 insertions, 36 deletions
diff --git a/src/displayapp/screens/Notifications_swscroll.h b/src/displayapp/screens/Notifications_swscroll.h deleted file mode 100644 index 48960797..00000000 --- a/src/displayapp/screens/Notifications_swscroll.h +++ /dev/null @@ -1,36 +0,0 @@ -#pragma once - -#include <cstdint> -#include "Screen.h" -#include <bits/unique_ptr.h> -#include "Modal.h" -#include <lvgl/src/lv_core/lv_style.h> -#include <displayapp/Apps.h> - -namespace Pinetime { - namespace Applications { - namespace Screens { - class Notifications2 : public Screen { - public: - explicit Notifications2(DisplayApp* app); - ~Notifications2() override; - - bool Refresh() override; - bool OnButtonPushed() override; - void OnObjectEvent(lv_obj_t* obj, lv_event_t event, uint32_t buttonId); - bool OnTouchEvent(Pinetime::Applications::TouchEvents event) override; - - private: - class ListWidget { - public: - ListWidget(); - private: - lv_obj_t* page = nullptr; - }; - - bool running = true; - ListWidget list; - }; - } - } -} |
