-
-
Notifications
You must be signed in to change notification settings - Fork 53
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
card title color (colorEditText) invisible after Android common update #1678
Comments
Are you absolutely sure regarding the correct tested lib version? There is a transitive dependency to the lib from |
I didn't suspect a version problem on the lib side, but you're right, it's too strange to not be investigated! However right now I don't know how to inspect the library version in use after a build. I'll try to check this out. |
I published 0.23.1, so the simplest thing would be to bump the lib version in all places to this one, than no matter which one gets picked it is always the same version. |
I'll publish new versions this weekend 👍 |
Alright, |
It works with |
This issue respects the following points:
Describe the bug
Follow-up after #1675 and nextcloud/android-common#502
Screenshot
The
colorEditText
function seemed to be in cause because we found some problems into it, but those had been fixed without solving the issue in my tests.Here is the issue:
nextcloud-deck/app/src/main/java/it/niedermann/nextcloud/deck/ui/card/EditActivity.java
Lines 280 to 294 in 8cea58a
The interesting thing is that this element is the only place where
colorEditText
function is used in the whole app. Plenty of otherEditText
elements are used without this kind of theming parameter, and are working normally.Expected behavior
Title should be readable
Deck Android version
dev
Deck server version
not relevent
Nextcloud Android version
not relevent
Nextcloud version
not relevent
Device
Samsung Galacy A5 2017
Android Version
12
App Store
Stacktrace
No response
The text was updated successfully, but these errors were encountered: