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

Commit a819ca13 authored by James Lemieux's avatar James Lemieux Committed by Android (Google) Code Review
Browse files

Merge "Avoid showing timer creation inappropriately" into ub-deskclock-escargatoire

parents 71e2cf07 7b1983c0
Loading
Loading
Loading
Loading
+3 −0
Original line number Diff line number Diff line
@@ -448,6 +448,9 @@ public final class TimerFragment extends DeskClockFragment {
     * Display the view that lists all existing timers.
     */
    private void showTimersView(UpdateType updateType) {
        // Clear any defunct timer creation state; the next timer creation starts fresh.
        mTimerSetupState = null;

        // Show the timer view; hide the creation view.
        mTimersView.setVisibility(VISIBLE);
        mCreateTimerView.setVisibility(GONE);