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

Commit c7839bde authored by Julia Reynolds's avatar Julia Reynolds Committed by android-build-merger
Browse files

Merge "SystemUI: Reload the EndNowButton label"

am: 40b52bbe

* commit '40b52bbe':
  SystemUI: Reload the EndNowButton label
parents c08debc2 40b52bbe
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));
    }

}