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

Commit 06b69be5 authored by Caitlin Shkuratov's avatar Caitlin Shkuratov Committed by Android (Google) Code Review
Browse files

Merge "[SB][Clock] Use tnum spacing if status bar clock has seconds enabled." into main

parents 44806a8c 6ac52f3b
Loading
Loading
Loading
Loading
+2 −0
Original line number Diff line number Diff line
@@ -411,6 +411,7 @@ public class Clock extends TextView implements
                filter.addAction(Intent.ACTION_SCREEN_ON);
                mBroadcastDispatcher.registerReceiver(mScreenReceiver, filter);
            }
            setFontFeatureSettings("tnum");
        } else {
            if (mSecondsHandler != null) {
                mScreenReceiverRegistered = false;
@@ -419,6 +420,7 @@ public class Clock extends TextView implements
                mSecondsHandler = null;
                updateClock();
            }
            setFontFeatureSettings(null);
        }
    }