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

Commit 33ac157f authored by Annie Chin's avatar Annie Chin
Browse files

Revert pin to bottom.

Bug: 24192069

Left a gap on deleting the first alarm in the list.

Change-Id: Ie01c58e36e045e0113e605d70f51d7330a8295da
parent 9612f091
Loading
Loading
Loading
Loading
+0 −1
Original line number Diff line number Diff line
@@ -142,7 +142,6 @@ public final class AlarmClockFragment extends DeskClockFragment implements

    @Override
    public void smoothScrollTo(int position) {
        mLayoutManager.setStackFromEnd(true);
        mLayoutManager.scrollToPositionWithOffset(position, 20);
    }