Fix notifications that wouldn't auto close when the timeout elapsed (in preview mode).
This commit is contained in:
parent
6c023785e5
commit
1635bfafb3
|
@ -73,7 +73,6 @@ void Notifications::Refresh() {
|
||||||
timeoutLinePoints[1].x = pos;
|
timeoutLinePoints[1].x = pos;
|
||||||
lv_line_set_points(timeoutLine, timeoutLinePoints, 2);
|
lv_line_set_points(timeoutLine, timeoutLinePoints, 2);
|
||||||
}
|
}
|
||||||
running = currentItem->IsRunning();
|
|
||||||
}
|
}
|
||||||
|
|
||||||
bool Notifications::OnTouchEvent(Pinetime::Applications::TouchEvents event) {
|
bool Notifications::OnTouchEvent(Pinetime::Applications::TouchEvents event) {
|
||||||
|
|
Loading…
Reference in New Issue