-
Notifications
You must be signed in to change notification settings - Fork 32
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: replace deprecated elements with equivalent up-to-date items #849
Conversation
@cpswan this one's build has been failing since last night. Currently trying to get a clean build. |
@gkc I'm trying to build the code into an apk and run it in an emulator. To see the new changes are working just fine. This build has been failing for me. |
@cpswan this one has passed manual testing too. Thanks @CurtlyCritchlow for the help. |
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 @srieteja and @CurtlyCritchlow
Closes #843
- What I did
- How I did it
color: Theme.of(context).backgroundColor -> color: Theme.of(context).canvasColor
style: Theme.of(context).textTheme.bodyText1 -> style: Theme.of(context).textTheme.bodyMedium,
- How to verify it
- Description for the changelog
fix: replace deprecated elements with equivalent up-to-date items