Big UI and navigation Rewrite
new navigation add some color to the apps redesign menus new settings menu new quick settings code clean up size reduction by converting navigation images to font and more...
This commit is contained in:
@@ -20,7 +20,6 @@ namespace Pinetime {
|
||||
~Notifications() override;
|
||||
|
||||
bool Refresh() override;
|
||||
bool OnButtonPushed() override;
|
||||
bool OnTouchEvent(Pinetime::Applications::TouchEvents event) override;
|
||||
|
||||
class NotificationItem {
|
||||
@@ -55,7 +54,7 @@ namespace Pinetime {
|
||||
};
|
||||
|
||||
private:
|
||||
bool running = true;
|
||||
|
||||
|
||||
struct NotificationData {
|
||||
const char* title;
|
||||
|
Reference in New Issue
Block a user