We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0bfa277 commit aaf98a2Copy full SHA for aaf98a2
src/displayapp/screens/StopWatch.h
@@ -64,6 +64,7 @@ namespace Pinetime::Applications {
64
static Screens::Screen* Create(AppControllers& controllers) {
65
return new Screens::StopWatch(*controllers.systemTask, controllers.stopWatchController);
66
}
67
+
68
static bool IsAvailable(Pinetime::Controllers::FS& /*filesystem*/) {
69
return true;
70
0 commit comments