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

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

Merge "SystemUI: Reload the EndNowButton label" am: 40b52bbe

am: c7839bde

* commit 'c7839bde':
  SystemUI: Reload the EndNowButton label
parents 5a33a869 c7839bde
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));
    }

}