mirror of
https://github.com/google/pebble.git
synced 2025-11-17 04:50:56 -05:00
spelling: activity
Signed-off-by: Josh Soref <2119212+jsoref@users.noreply.github.com>
This commit is contained in:
@@ -103,7 +103,7 @@ static int prv_get_next_card_idx(Card current, bool up) {
|
|||||||
if (next == Card_HrSummary && !activity_is_hrm_present()) {
|
if (next == Card_HrSummary && !activity_is_hrm_present()) {
|
||||||
next = next + direction;
|
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()) {
|
else if (activity_is_hrm_present() && !activity_prefs_heart_rate_is_enabled()) {
|
||||||
if (current == Card_ActivitySummary) {
|
if (current == Card_ActivitySummary) {
|
||||||
next = up ? Card_SleepSummary : BACK_TO_WATCHFACE;
|
next = up ? Card_SleepSummary : BACK_TO_WATCHFACE;
|
||||||
|
|||||||
Reference in New Issue
Block a user