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

Commit 755b0f79 authored by Matt Pietal's avatar Matt Pietal
Browse files

A11y - Announce selected on current user

In the user switch dialog

Fixes: 386750174
Test: manual - use talkback
Flag: EXEMPT bugfix
Change-Id: I0494995aa1f7b9a146cd736c246a11e967bceca4
parent 41d81544
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -146,6 +146,7 @@ public class UserDetailView extends PseudoGridView {
                v.bind(name, drawable, item.info.id);
            }
            v.setActivated(item.isCurrent);
            v.setSelected(item.isCurrent);
            v.setDisabledByAdmin(item.isDisabledByAdmin());
            v.setEnabled(item.isSwitchToEnabled);
            UserSwitcherController.setSelectableAlpha(v);