Put common code into DismissToBlack helper function

This commit is contained in:
Tomas Groth
2022-09-21 07:33:20 +02:00
committed by JF
parent bef65bcd55
commit 861ed3584c
2 changed files with 14 additions and 15 deletions

View File

@@ -29,6 +29,7 @@ namespace Pinetime {
void Refresh() override;
bool OnTouchEvent(Pinetime::Applications::TouchEvents event) override;
void DismissToBlack();
void OnPreviewInteraction();
void OnPreviewDismiss();