-
Notifications
You must be signed in to change notification settings - Fork 533
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
Fix: #5186: MissingDefaultResource + AppCompatCustomView + FragmentTagUsage #5191
Fix: #5186: MissingDefaultResource + AppCompatCustomView + FragmentTagUsage #5191
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thanks @theMr17!
Please add a video demonstrating that the navigation drawer behaves as expected with the initialization changes, for all the menu options.
app/src/main/java/org/oppia/android/app/drawer/NavigationDrawerFragment.kt
Outdated
Show resolved
Hide resolved
Hi @theMr17, I'm going to mark this PR as stale because it hasn't had any updates for 7 days. If no further activity occurs within 7 days, it will be automatically closed so that others can take up the issue. |
…mView-fragmentTagUsage
Hi @theMr17, I'm going to mark this PR as stale because it hasn't had any updates for 7 days. If no further activity occurs within 7 days, it will be automatically closed so that others can take up the issue. |
Hi @theMr17, I'm going to mark this PR as stale because it hasn't had any updates for 7 days. If no further activity occurs within 7 days, it will be automatically closed so that others can take up the issue. |
Hi @theMr17, I'm going to mark this PR as stale because it hasn't had any updates for 7 days. If no further activity occurs within 7 days, it will be automatically closed so that others can take up the issue. |
…mView-fragmentTagUsage
…ingDefaultResource-appCompatCustomView-fragmentTagUsage
@adhiamboperes PTAL |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thanks @theMr17, this LGTM!
Explanation
Fixes #5186 [part of #5169]
MissingDefaultResource
has been fixed already by Localisation updates from https://translatewiki.net. #5172. It had issues with these plurals:For
AppCompatCustomView
, it is fixed by replacing the Normal views with AppCompat views<fragment/>
tags are replaced with<androidx.fragment.app.FragmentContainerView/>
, with some changes in the NavigationDrawerFragment to ensure that binding has been initialized before it is accessed.Screen Recording
Screenrecording_20231115_142453.mp4
Essential Checklist