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

Commit 93f3bc5f 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

am: 3e89d004

Change-Id: I1fd937793dd687b61e2443f39a8fa2b9a5c1f145
parents 9223e86c 3e89d004
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() {