Skip to content

feat: ignore critical update on debug#858

Merged
jvsena42 merged 2 commits intomasterfrom
feat/ignore-critial-update-on-debug
Mar 20, 2026
Merged

feat: ignore critical update on debug#858
jvsena42 merged 2 commits intomasterfrom
feat/ignore-critial-update-on-debug

Conversation

@jvsena42
Copy link
Member

This PR skips the critical update check on debug builds, so the blocking CriticalUpdate screen doesn't interfere during development.

Description

Adds an early return in the critical update flow when Env.isDebug is true, bypassing the remote release check entirely on debug builds.

Preview

N/A

QA Notes

  1. Build a debug APK and launch — verify no critical update screen appears regardless of the remote release.json state
  2. Build a release APK and verify the critical update check still works as expected

@jvsena42 jvsena42 self-assigned this Mar 20, 2026
@jvsena42 jvsena42 requested a review from ovitrif March 20, 2026 11:05
@jvsena42 jvsena42 enabled auto-merge March 20, 2026 11:06
@claude
Copy link

claude bot commented Mar 20, 2026

Code review

No issues found. Checked for bugs and CLAUDE.md compliance.

Copy link
Collaborator

@ovitrif ovitrif left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Thanks, great idea! 🙌🏻

utAck

@jvsena42 jvsena42 merged commit a84233f into master Mar 20, 2026
18 checks passed
@jvsena42 jvsena42 deleted the feat/ignore-critial-update-on-debug branch March 20, 2026 11:23
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants