mirror of
https://github.com/google/pebble.git
synced 2025-05-19 01:44:53 +00:00
spelling: disabled
Signed-off-by: Josh Soref <2119212+jsoref@users.noreply.github.com>
This commit is contained in:
parent
a2e8bce4a9
commit
f8d6aad3e7
2 changed files with 2 additions and 2 deletions
|
@ -103,7 +103,7 @@ static int prv_get_next_card_idx(Card current, bool up) {
|
|||
if (next == Card_HrSummary && !activity_is_hrm_present()) {
|
||||
next = next + direction;
|
||||
}
|
||||
// if heart rate is diabled, change the order of cards to Activity <-> Sleep <-> HR
|
||||
// if heart rate is disabled, change the order of cards to Activity <-> Sleep <-> HR
|
||||
else if (activity_is_hrm_present() && !activity_prefs_heart_rate_is_enabled()) {
|
||||
if (current == Card_ActivitySummary) {
|
||||
next = up ? Card_SleepSummary : BACK_TO_WATCHFACE;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue