Make it possible to dismiss new notifications

This commit is contained in:
Tomas Groth
2022-09-14 22:10:00 +02:00
committed by JF
parent b071422f91
commit bef65bcd55
2 changed files with 25 additions and 2 deletions

View File

@@ -30,6 +30,7 @@ namespace Pinetime {
void Refresh() override;
bool OnTouchEvent(Pinetime::Applications::TouchEvents event) override;
void OnPreviewInteraction();
void OnPreviewDismiss();
class NotificationItem {
public: