Skip to content
This repository was archived by the owner on Nov 3, 2025. It is now read-only.

Commit a4fa345

Browse files
committed
🚧 (Navigation) complete singleton pattern
1 parent 667df3c commit a4fa345

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

src/Navigation/Navigation.ts

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,4 +14,6 @@ export class Navigation {
1414
fullScreenDelegate = new FullScreenDelegate();
1515

1616
backHandlerDelegate = new BackHandlerDelegate();
17+
18+
private constructor() {}
1719
}

0 commit comments

Comments
 (0)