mirror of
https://github.com/alinanorakari/Pebble-Time-Watchface-Arcangle.git
synced 2025-08-30 01:59:11 +02:00
destroying background layer on window unload
This commit is contained in:
parent
6eecacaa88
commit
77837e6f5e
@ -255,6 +255,7 @@ static void window_load(Window *window) {
|
||||
}
|
||||
|
||||
static void window_unload(Window *window) {
|
||||
layer_destroy(bg_canvas_layer);
|
||||
layer_destroy(s_canvas_layer);
|
||||
}
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user