Skip to content

Commit 519c1a5

Browse files
committed
fix(recording): release the wake lock when leaving the home page
1 parent 5e47710 commit 519c1a5

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

src/presentation/pages/HomePage.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -183,6 +183,7 @@ export class HomePage implements Page {
183183
this.unsubChunks = null;
184184
this.counter.stop();
185185
this.meter.stop();
186+
void this.deps.screenWake.release();
186187
}
187188

188189
private syncWakeLock(active: boolean): void {

0 commit comments

Comments
 (0)