mirror of
https://github.com/alinanorakari/Pebble-Time-Watchface-Arcangle.git
synced 2026-01-15 08:55:22 +01:00
destroying background layer on window unload
This commit is contained in:
@@ -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);
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user