nextcloud-deck
nextcloud-deck copied to clipboard
card title color (colorEditText) invisible after Android common update
This issue respects the following points:
- [X] I have read the FAQ
- [X] I have searched for existing issues
- [X] The issue affects the Deck Android app, neither the Deck server app nor the Nextcloud Android app.
Describe the bug
Follow-up after https://github.com/stefan-niedermann/nextcloud-deck/pull/1675 and https://github.com/nextcloud/android-common/pull/502
- Click on a card
- You can't read the title but you can select/edit it
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:
https://github.com/stefan-niedermann/nextcloud-deck/blob/8cea58ac5a0b5b21d2b594ec7f0bb057fda5d84f/app/src/main/java/it/niedermann/nextcloud/deck/ui/card/EditActivity.java#L280-L294
The interesting thing is that this element is the only place where colorEditText
function is used in the whole app. Plenty of other EditText
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
- [ ] Google Play Store
- [ ] Google Play Store (Beta channel)
- [ ] F-Droid
- [ ] Huawei App Gallery
Stacktrace
No response