Skip to content

Commit 1635bfa

Browse files
committed
Fix notifications that wouldn't auto close when the timeout elapsed (in preview mode).
1 parent 6c02378 commit 1635bfa

1 file changed

Lines changed: 0 additions & 1 deletion

File tree

src/displayapp/screens/Notifications.cpp

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -73,7 +73,6 @@ void Notifications::Refresh() {
7373
timeoutLinePoints[1].x = pos;
7474
lv_line_set_points(timeoutLine, timeoutLinePoints, 2);
7575
}
76-
running = currentItem->IsRunning();
7776
}
7877

7978
bool Notifications::OnTouchEvent(Pinetime::Applications::TouchEvents event) {

0 commit comments

Comments
 (0)