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

Commit 40b52bbe authored by Julia Reynolds's avatar Julia Reynolds Committed by Gerrit Code Review
Browse files

Merge "SystemUI: Reload the EndNowButton label"

parents f5e33985 f2d824fd
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -140,6 +140,7 @@ public class ZenFooter extends LinearLayout {

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

}