Skip to content

Commit c491f84

Browse files
committed
Fix after rebase.
1 parent ace894c commit c491f84

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

src/displayapp/screens/FindMyPhone.h

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -68,6 +68,10 @@ namespace Pinetime {
6868
static Screens::Screen* Create(AppControllers& controllers) {
6969
return new Screens::FindMyPhone(controllers.systemTask->nimble().immediateAlertClient());
7070
};
71+
72+
static bool IsAvailable(Pinetime::Controllers::FS& /*filesystem*/) {
73+
return true;
74+
};
7175
};
7276
}
7377
}

0 commit comments

Comments
 (0)