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

Commit 3e89d004 authored by Selim Cinek's avatar Selim Cinek Committed by android-build-merger
Browse files

Update contentDescription of the DismissView when locale changes

am: 68422fd1

Change-Id: I0c7279e7297aba352f3e0e31a520e8f6890e1141
parents 0dc759ea 68422fd1
Loading
Loading
Loading
Loading
+2 −0
Original line number Diff line number Diff line
@@ -56,6 +56,8 @@ public class DismissView extends StackScrollerDecorView {
    protected void onConfigurationChanged(Configuration newConfig) {
        super.onConfigurationChanged(newConfig);
        mDismissButton.setText(R.string.clear_all_notifications_text);
        mDismissButton.setContentDescription(
                mContext.getString(R.string.accessibility_clear_all));
    }

    public boolean isButtonVisible() {