-
-
Notifications
You must be signed in to change notification settings - Fork 45
Work as per the bugs mentioned in ticket #3049
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Conversation
📝 WalkthroughWalkthroughThe changes modify navigation behavior and back stack management in the ConnectID flow of the application. In the navigation graph XML, two actions from the Sequence Diagram(s)sequenceDiagram
participant User
participant ConnectIdMessageFragment
participant NavController
participant Activity
User->>ConnectIdMessageFragment: Attempts to dismiss dialog (e.g., tap outside/back)
ConnectIdMessageFragment->>ConnectIdMessageFragment: setCancelable(false)
Note right of ConnectIdMessageFragment: Dialog cannot be dismissed by user
User->>AppBarBackButton: Presses back
AppBarBackButton->>NavController: Check if previous back stack entry exists
alt Back stack entry exists
NavController->>NavController: popBackStack()
else No back stack entry
AppBarBackButton->>Activity: finish()
end
Possibly related PRs
Suggested labels
Suggested reviewers
📜 Recent review detailsConfiguration used: CodeRabbit UI 📒 Files selected for processing (4)
🔇 Additional comments (5)
✨ Finishing Touches
Thanks for using CodeRabbit! It's free for OSS, and your support helps us grow. If you like it, consider giving us a shout-out. 🪧 TipsChatThere are 3 ways to chat with CodeRabbit:
Note: Be mindful of the bot's finite context window. It's strongly recommended to break down tasks such as reading entire modules into smaller chunks. For a focused discussion, use review comments to chat about specific files and their changes, instead of using the PR comments. CodeRabbit Commands (Invoked using PR comments)
Other keywords and placeholders
CodeRabbit Configuration File (
|
Product Description
No visible changes only app behavior changes when back pressed
Technical Summary
https://dimagi.atlassian.net/browse/CCCT-961
Feature Flag
This is bug fix
Safety Assurance
Safety story
Tested on staging variant
QA Plan
Test the flow while verifying the secondary phone
Labels and Review