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

Commit 8ea27c30 authored by Adam Bookatz's avatar Adam Bookatz Committed by Automerger Merge Worker
Browse files

Merge "TalkBack user switch" into rvc-dev am: 5b94d362 am: 081a64b9 am: 389e36a2

Change-Id: I2286089c7b63aa0d0f63708da5070e365155078c
parents 275dbf7f 389e36a2
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -116,6 +116,7 @@ class UserSwitchingDialog extends AlertDialog
                viewMessage = res.getString(R.string.user_switching_message, mNewUser.name);
            }
        }
        view.setAccessibilityPaneTitle(viewMessage);
        ((TextView) view.findViewById(R.id.message)).setText(viewMessage);
        setView(view);
    }