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

Commit 584b3d33 authored by Annie Chin's avatar Annie Chin
Browse files

Reload timer adapter after label change.

Bug: 21101698

Change-Id: I7108451a188fad58a6ced965504359ced5543a67
parent 6c0db0b4
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) {