What changed, and why it matters
This commit simply deletes an unused internal variable named _SCREENSAVER_IS_ON. There is no functional code change, no bug fix, and no security relevance.
Recommended action
No action needed. This is a benign cleanup commit.
Security signals we found
No strong security signals were identified.
Evidence from the diff
The patch removes the module-level constant _SCREENSAVER_IS_ON = False from core/src/apps/base.py. It is not referenced anywhere in the diff or in the visible surrounding code. The change is a pure cleanup/refactoring commit with no behavioral impact.
Changed components
core/src/apps/base.pyInspect captured patch +0 / −3
diff --git a/core/src/apps/base.py b/core/src/apps/base.py
index 8fc7460be..1173ac370 100644
--- a/core/src/apps/base.py
+++ b/core/src/apps/base.py
@@ -38,9 +38,6 @@ if TYPE_CHECKING:
)
-_SCREENSAVER_IS_ON = False
-
-
def busy_expiry_ms() -> int:
"""
Returns the time left until the busy state expires or 0 if the device is not in the busy state.
Risk score
Our methodology →Why this scored 15/100
Human-validated context
Community notes
Notes can correct, qualify, or add evidence to the AI analysis. Every note shown here has been validated by a human moderator.
No validated notes yet.
The AI analysis stands alone for now. Submit a note if you can add evidence or important context.