Skip to content

Commit 494448b

Browse files
Riksu9000JF002
authored andcommitted
Fix too small array
1 parent 9ffd28f commit 494448b

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/displayapp/screens/settings/SettingWatchFace.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ namespace Pinetime {
2222
const std::array<std::string, 3> options = {" Digital face", " Analog face", " PineTimeStyle"};
2323
Controllers::Settings& settingsController;
2424

25-
lv_obj_t* cbOption[2];
25+
lv_obj_t* cbOption[3];
2626
};
2727
}
2828
}

0 commit comments

Comments
 (0)