Skip to content

Commit 8d7a04e

Browse files
SteveAmormark9064
authored andcommitted
Clarify notification dismissal comment
It actually dismisses to the previous screen which could be the watch face but could equally be an app or setting you were in.
1 parent 71d1f5b commit 8d7a04e

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/displayapp/screens/Notifications.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -173,7 +173,7 @@ bool Notifications::OnTouchEvent(Pinetime::Applications::TouchEvents event) {
173173
} else {
174174
// don't update id, notification manager will try to fetch
175175
// but not find it. Refresh will try to load latest message
176-
// or dismiss to watchface
176+
// or dismiss to previous screen
177177
}
178178
DismissToBlack();
179179
return true;

0 commit comments

Comments
 (0)