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

Commit c584f8b4 authored by Annie Chin's avatar Annie Chin Committed by Android Git Automerger
Browse files

am 6acd5f9e: Merge "Reload timer adapter after label change." into ub-deskclock-army

* commit '6acd5f9e':
  Reload timer adapter after label change.
parents 7b7cfaae 6acd5f9e
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) {