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

Commit ce4f5e5c authored by Daniel Sandler's avatar Daniel Sandler
Browse files

Refresh the status bar clock format on user switch.

Bug: 7490931
Change-Id: Ifad46ec7cee40aa5a622ee2621fc425835366e32
parent 5052805c
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -45,8 +45,7 @@ import java.util.TimeZone;
import com.android.internal.R;

/**
 * This widget display an analogic clock with two hands for hours and
 * minutes.
 * Digital clock for the status bar.
 */
public class Clock extends TextView {
    private boolean mAttached;
@@ -84,6 +83,7 @@ public class Clock extends TextView {
            filter.addAction(Intent.ACTION_TIME_CHANGED);
            filter.addAction(Intent.ACTION_TIMEZONE_CHANGED);
            filter.addAction(Intent.ACTION_CONFIGURATION_CHANGED);
            filter.addAction(Intent.ACTION_USER_SWITCHED);

            getContext().registerReceiver(mIntentReceiver, filter, null, getHandler());
        }