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

Commit 6acd5f9e authored by Annie Chin's avatar Annie Chin Committed by Android (Google) Code Review
Browse files

Merge "Reload timer adapter after label change." into ub-deskclock-army

parents b188442f 584b3d33
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -699,7 +699,7 @@ public class TimerFragment extends DeskClockFragment implements OnSharedPreferen
        timer.mLabel = label;
        updateTimerState(timer, Timers.TIMER_UPDATE);
        // Make sure the new label is visible.
        mAdapter.notifyDataSetChanged();
        mAdapter.populateTimersFromPref();
    }

    public void onPlusOneButtonPressed(TimerObj t) {