Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit c48f5f43 authored by Gustav Sennton's avatar Gustav Sennton
Browse files

Remove smart actions accessibility TODO - this works fine already.

Bug: 120826373
Test: Use TalkBack and touch smart actions - the reader reads out the
title of the buttons. E.g. "open button".
Change-Id: Idc754e15b6798a3c67c2f98954c4c7f235bc511c
parent b33ef7a9
Loading
Loading
Loading
Loading
+0 −2
Original line number Diff line number Diff line
@@ -310,8 +310,6 @@ public class SmartReplyView extends ViewGroup {
                            headsUpManager.removeNotification(entry.key, true);
                        }));

        // TODO(b/119010281): handle accessibility

        // Mark this as an Action button
        final LayoutParams lp = (LayoutParams) button.getLayoutParams();
        lp.buttonType = SmartButtonType.ACTION;