You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Pause: keep accessibility overlay attached on pause (#2234)
- Replace SwitchifyAccessibilityWindow.hide()/show() with ScanningManager.reset()
in PauseManager so pause no longer tears down the WindowManager view; instead
it stops auto-scan, drops technique UI (item-scan highlights, point-scan lines,
radar dot), and closes any open menu while keeping the overlay attached.
- Drop the 1s UI_DELAY_MS waits on both pause and resume: they only existed to
coordinate with the window addView/removeView transition, which no longer
happens. Resume HUD now shows immediately.
- Mid-scan pause via ACTION_PAUSE now cleanly clears scanning UI instead of
ripping the whole overlay out.
Closes#2233
Co-authored-by: Owen McGirr <o.a.mcgirr@gmail.com>
0 commit comments