Kelvin Ma

Results 1 comments of Kelvin Ma

So you're ok with this change if I surround the new code with ` if (ScreenReader.isActive()) {` ? ``` if (ScreenReader.isActive()) { new code } else { old code }...