💥 fix(control-center/pages): not running Page.onClose() when closing page
fixes bluetooth discovery not stopping when closing control-center
This commit is contained in:
@@ -70,6 +70,7 @@ class Pages extends Widget.Revealer {
|
|||||||
if(!this.get_child()) return;
|
if(!this.get_child()) return;
|
||||||
|
|
||||||
this.revealChild = false;
|
this.revealChild = false;
|
||||||
|
this.#page!.onClose?.();
|
||||||
timeout(this.transitionDuration, () => {
|
timeout(this.transitionDuration, () => {
|
||||||
this.remove(this.#page!);
|
this.remove(this.#page!);
|
||||||
this.page = undefined;
|
this.page = undefined;
|
||||||
|
|||||||
Reference in New Issue
Block a user