-
Notifications
You must be signed in to change notification settings - Fork 82
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
Enable nonTransitiveRClass and fix breakage it causes #884
Enable nonTransitiveRClass and fix breakage it causes #884
Conversation
i did a quick test by throwing a fake exception to cause the error and the color looked OK in light and dark theme. |
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.
Fails to build in AOSP,
packages/apps/Seedvault/storage/lib/src/main/java/org/calyxos/backup/storage/ui/restore/SnapshotFragment.kt:61:75: error: unresolved reference: attr
val color = MaterialColors.getColor(emptyStateView, R.attr.colorError)
thanks for testing, but also strange. it builds fine on QPR1, why would it not find |
seedvault/app/src/main/java/com/stevesoltys/seedvault/restore/RestoreSetAdapter.kt Line 87 in aa4468b
|
12f0b37
to
35bbb7b
Compare
should build in AOSP now, just tested it |
35bbb7b
to
8c24628
Compare
It does, thanks! |
No description provided.