-
-
Notifications
You must be signed in to change notification settings - Fork 45
Corrects Map Icon Changes and minor cleanup #3072
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
…confusing with us using the same menu button for multiple actions
📝 WalkthroughWalkthroughThe changes include several updates across multiple files. The string resource for the barcode scan menu item was removed from the Android translatable strings. In the menu resource XML, the menu item ID was renamed from Sequence Diagram(s)sequenceDiagram
participant User
participant AppBar
participant EntitySelectActivity
participant MapActivity
participant BarcodeScanner
User->>AppBar: Selects menu item
AppBar->>EntitySelectActivity: onOptionsItemSelected()
alt Map menu item selected
EntitySelectActivity->>MapActivity: Launch EntityMapboxActivity or EntityMapActivity
else Barcode scan menu item selected
EntitySelectActivity->>BarcodeScanner: Trigger barcodeScanOnClickListener
end
Suggested labels
Suggested reviewers
📜 Recent review detailsConfiguration used: CodeRabbit UI 📒 Files selected for processing (8)
💤 Files with no reviewable changes (1)
🧰 Additional context used🧬 Code Graph Analysis (1)app/src/org/commcare/activities/EntitySelectActivity.java (1)
🔇 Additional comments (11)
✨ 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:
SupportNeed help? Create a ticket on our support page for assistance with any issues or questions. 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
setShowAsActionflag.Safety Assurance
Safety story
Labels and Review