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

Commit 2ff62483 authored by Sam Blitzstein's avatar Sam Blitzstein Committed by Android (Google) Code Review
Browse files

Merge "Send the delete timer broadcast immediately after deleting" into ics-ub-clock-amazon

parents b26867e6 cd8877e6
Loading
Loading
Loading
Loading
+4 −4
Original line number Diff line number Diff line
@@ -734,16 +734,16 @@ public class TimerFragment extends DeskClockFragment
                                        mOnEmptyListListener.onEmptyList();
                                    }
                                }
                                // Tell receiver the timer was deleted.
                                // It will stop all activity related to the
                                // timer
                                updateTimersState(t, Timers.DELETE_TIMER);
                            }
                        });
                        b.start();
                    }
                });
                a.start();
                // Tell receiver the timer was deleted.
                // It will stop all activity related to the
                // timer
                updateTimersState(t, Timers.DELETE_TIMER);
                break;
            case ClickAction.ACTION_PLUS_ONE:
                onPlusOneButtonPressed(clickAction.mTimer);