HuWei11912210
HuWei11912210
Is my solution correct? In my pull request[#11369](https://github.com/ankidroid/Anki-Android/pull/11369), I change the color of the anchor text to blue```#0277BD```, and when I click and hold the anchor text, the color of...
Hi @Arthur-Milchior , I would like to work on this issue.
We allow compathhelper to use `Build.VERSION.SDK_INT`, while using `Build.VERSION.SDK_INT` in other places will throw lint error. Now we have two problems: 1.We can't pass the test: `Code Quality Checks /...