Open FikriMilano opened 4 days ago
IMPORTANT: All PRs must be linked to an issue (except for extremely trivial and straightforward changes).
Fixes #2731
Description Apply this code to a TextView
question.movementMethod = LinkMovementMethod.getInstance()
Alternative(s) considered N/A
Type Feature
Screenshots (if applicable)
https://github.com/user-attachments/assets/a6fa252e-aa8d-401c-8d5b-a4dded4a13a0
Checklist
./gradlew spotlessApply
./gradlew spotlessCheck
./gradlew check
./gradlew connectedCheck
IMPORTANT: All PRs must be linked to an issue (except for extremely trivial and straightforward changes).
Fixes #2731
Description Apply this code to a TextView
Alternative(s) considered N/A
Type Feature
Screenshots (if applicable)
https://github.com/user-attachments/assets/a6fa252e-aa8d-401c-8d5b-a4dded4a13a0
Checklist
./gradlew spotlessApply
and./gradlew spotlessCheck
to check my code follows the style guide of this project../gradlew check
and./gradlew connectedCheck
to test my changes locally.