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

Commit 3a695a12 authored by Daisuke Miyakawa's avatar Daisuke Miyakawa
Browse files

Not receive tick event in datetime setup

DO NOT MERGE

Bug: 3510551
Change-Id: If3d7175fe90b8927099e804fa5fbb37c207fd529
parent 96f05f90
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -142,7 +142,7 @@ public class DateTimeSettingsSetupWizard extends Activity
    public void onResume() {
        super.onResume();
        IntentFilter filter = new IntentFilter();
        filter.addAction(Intent.ACTION_TIME_TICK);
        // filter.addAction(Intent.ACTION_TIME_TICK);
        filter.addAction(Intent.ACTION_TIME_CHANGED);
        filter.addAction(Intent.ACTION_TIMEZONE_CHANGED);
        registerReceiver(mIntentReceiver, filter, null, null);