pebble-dev / RebbleOS

open source operating system for low-power smartwatches
Other
355 stars 38 forks source link

action_bar_layer_set_background_color not working as intended #60

Open Stubenhocker1399 opened 6 years ago

Stubenhocker1399 commented 6 years ago

When setting the background of an action bar layer on window load, the background stays white.

However, one can see the background flashing to the set color when starting the app using it (see the current "settings" app test, before the transition animation it appears on the right.

So maybe it is not a problem with action_bar_layer_set_background_color, but rather the drawing itself.