android / architecture-samples

A collection of samples to discuss and showcase different architectural tools and patterns for Android apps.
Apache License 2.0
44.16k stars 11.6k forks source link

TextDecoration LineThrough-None #963

Closed Askeri-Muhendis closed 1 year ago

Askeri-Muhendis commented 1 year ago

If we assign null value after assigning value to textDecoration, it will not work as expected. We need to create an instance over the companion object.

shingkit commented 11 months ago

I found the bug too, why closed?

Askeri-Muhendis commented 11 months ago

In the new versions, the android team has fixed it, but there is a problem because there is an old version in the project. you can follow here https://github.com/android/architecture-samples/pull/964