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

Commit 5bff5517 authored by Daniel Sandler's avatar Daniel Sandler Committed by Android (Google) Code Review
Browse files

Merge "Refresh the status bar clock format on user switch." into jb-mr1.1-dev

parents 1f301634 ce4f5e5c
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());
        }