mirror of
https://github.com/google/pebble.git
synced 2025-04-30 15:21:41 -04:00
spelling: activity
Signed-off-by: Josh Soref <2119212+jsoref@users.noreply.github.com>
This commit is contained in:
parent
daf0574d29
commit
2e283181ba
1 changed files with 1 additions and 1 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 Activiy <-> Sleep <-> HR
|
||||
// if heart rate is diabled, 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
Reference in a new issue