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

Commit b5e43899 authored by Julia Reynolds's avatar Julia Reynolds Committed by Android (Google) Code Review
Browse files

Merge "Update end now text in case language has changed."

parents 3aa8ede9 bd4ace7d
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -139,6 +139,7 @@ public class ZenFooter extends LinearLayout {
    }

    public void onConfigurationChanged() {
        mEndNowButton.setText(mContext.getString(R.string.volume_zen_end_now));
        mSpTexts.update();
    }