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

Commit a9793f01 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

am: 93f3bc5f

Change-Id: Idcf1cd8f77fcd9a4e6c3083e4a291cf2faa17f30
parents e8ab7fec 93f3bc5f
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() {