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

Commit 7908581b authored by Daniel Sandler's avatar Daniel Sandler Committed by Android Git Automerger
Browse files

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

* commit '5bff5517':
  Refresh the status bar clock format on user switch.
parents b217b825 5bff5517
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());
        }