refactor: keep ToolApp as single root view

This commit is contained in:
7015725
2026-05-13 07:27:39 +08:00
parent 2a53c872eb
commit 080cb9abf7
6 changed files with 129 additions and 17 deletions

View File

@@ -50,6 +50,10 @@ function FloatBallAppWM(logger) {
toolAppActive: false,
toolAppNavStack: [],
toolAppRoute: null,
toolAppRoot: null,
toolAppContentHost: null,
toolAppTitleView: null,
toolAppBackButton: null,
settingsGroupKey: null,
mask: null,