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

Commit 3a2648b0 authored by Adrian Roos's avatar Adrian Roos Committed by Android Git Automerger
Browse files

am eb143996: am aac6a7d6: am 1c080f10: Merge "Reinitialize emergency calls...

am eb143996: am aac6a7d6: am 1c080f10: Merge "Reinitialize emergency calls only view if configuration changes" into lmp-dev

* commit 'eb14399666a3b4c6040aff13406b1b280d874d14':
  Reinitialize emergency calls only view if configuration changes
parents b2acc0ec 4fbb7226
Loading
Loading
Loading
Loading
+2 −0
Original line number Diff line number Diff line
@@ -207,6 +207,8 @@ public class StatusBarHeaderView extends RelativeLayout implements View.OnClickL
        FontSizeUtils.updateFontSize(mAmPm, R.dimen.qs_time_collapsed_size);
        FontSizeUtils.updateFontSize(this, R.id.empty_time_view, R.dimen.qs_time_expanded_size);

        mEmergencyCallsOnly.setText(com.android.internal.R.string.emergency_calls_only);

        mClockCollapsedSize = getResources().getDimensionPixelSize(R.dimen.qs_time_collapsed_size);
        mClockExpandedSize = getResources().getDimensionPixelSize(R.dimen.qs_time_expanded_size);
        mClockCollapsedScaleFactor = (float) mClockCollapsedSize / (float) mClockExpandedSize;