Probably actually working calculator
This commit is contained in:
parent
00b9bff4df
commit
e7b9377ab4
@ -72,7 +72,7 @@ namespace Pinetime {
|
||||
struct AppTraits<Apps::Calculator> {
|
||||
static constexpr Apps app = Apps::Calculator;
|
||||
static constexpr const char* icon = Screens::Symbols::dice;
|
||||
static Screens::Screen* Create(AppControllers& controllers) {
|
||||
static Screens::Screen* Create(AppControllers& ) {
|
||||
return new Screens::Calculator();
|
||||
};
|
||||
};
|
||||
|
Loading…
Reference in New Issue
Block a user