Commit 61bdee28 authored by newt's avatar newt Committed by Commit bot

Add note to delete code once support library is updated.

Review URL: https://codereview.chromium.org/869363002

Cr-Commit-Position: refs/heads/master@{#312981}
parent 7538ed2a
......@@ -18,6 +18,8 @@ import android.widget.Switch;
* TalkBack doesn't recognize the SwitchCompat class, so it reads events with that classname as
* "Checkbox". This works around the bug by marking accessibility events from SwitchCompat with the
* Switch class name, which TalkBack recognizes.
*
* TODO(newt): Delete this class once the support library is fixed. http://b/19110477
*/
public class ChromeSwitchCompat extends SwitchCompat {
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment