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

Commit 4473c43d authored by Isaac Katzenelson's avatar Isaac Katzenelson
Browse files

Reset timer setup after adding a timer

Bug: 10610622
Change-Id: Ia13947d3ddb034106fa87e5e4be625755f93190c
parent 735198c5
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -476,6 +476,7 @@ public class TimerFragment extends DeskClockFragment
                mAdapter.addTimer(t);
                updateTimersState(t, Timers.START_TIMER);
                gotoTimersView();
                mTimerSetup.reset(); // Make sure the setup is cleared for next time
                mTimersList.setSelection(mAdapter.findTimerPositionById(t.mTimerId));
            }