mirror of
https://github.com/google/pebble.git
synced 2025-05-02 00:01:41 -04:00
spelling: scroll
Signed-off-by: Josh Soref <2119212+jsoref@users.noreply.github.com>
This commit is contained in:
parent
c29f9fee52
commit
16f151faa2
1 changed files with 1 additions and 1 deletions
|
@ -61,7 +61,7 @@ static inline PropertyAnimationPrivate *prv_find_property_animation(PropertyAnim
|
||||||
void property_animation_update_int16(PropertyAnimation *property_animation_h,
|
void property_animation_update_int16(PropertyAnimation *property_animation_h,
|
||||||
const uint32_t distance_normalized) {
|
const uint32_t distance_normalized) {
|
||||||
if (animation_private_using_legacy_2(NULL)) {
|
if (animation_private_using_legacy_2(NULL)) {
|
||||||
// We need to enable other applib modules like sroll_layer, menu_layer, etc. which are
|
// We need to enable other applib modules like scroll_layer, menu_layer, etc. which are
|
||||||
// compiled to use the 3.0 animation API to work with 2.0 apps.
|
// compiled to use the 3.0 animation API to work with 2.0 apps.
|
||||||
property_animation_legacy2_update_int16((PropertyAnimationLegacy2 *)property_animation_h,
|
property_animation_legacy2_update_int16((PropertyAnimationLegacy2 *)property_animation_h,
|
||||||
distance_normalized);
|
distance_normalized);
|
||||||
|
|
Loading…
Add table
Reference in a new issue