From 1958cfff1580c27744e229cba378a5c44f04fe24 Mon Sep 17 00:00:00 2001 From: lastfuture Date: Mon, 29 Apr 2013 19:47:55 +0200 Subject: [PATCH] Small animation fix Initial animation was off when the watchface was started at X:Y1 with a Y of 2 or above. --- src/filmplakat.c | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/src/filmplakat.c b/src/filmplakat.c index 789cb86..a0506d1 100644 --- a/src/filmplakat.c +++ b/src/filmplakat.c @@ -7,7 +7,7 @@ #define MY_UUID { 0x42, 0x35, 0x46, 0xE7, 0x54, 0x18, 0x4F, 0x47, 0x96, 0x63, 0xF0, 0xDB, 0x98, 0x7C, 0x04, 0x40 } PBL_APP_INFO(MY_UUID, "Filmplakat", "lastfuture", - 2, 1, /* App version */ + 2, 2, /* App version */ RESOURCE_ID_IMAGE_MENU_ICON, #if DEBUG APP_INFO_STANDARD_APP @@ -388,6 +388,8 @@ void update_time(PblTm* t){ row_3_oldy = row_3_y; row_4_oldy = row_4_y; row_5_oldy = row_5_y; + + tenplusone = false; }