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

Commit b4d942af authored by Annie Chin's avatar Annie Chin
Browse files

Make stopwatch rows unclickable.

Bug: 21620890
Change-Id: Id5e6905af1706d7ba9cd7ee1a97192e86b731893
parent e76d3ea4
Loading
Loading
Loading
Loading
+5 −0
Original line number Diff line number Diff line
@@ -129,6 +129,11 @@ public class StopwatchFragment extends DeskClockFragment
            updateLapFormat();
        }

        @Override
        public boolean isEnabled(int position) {
            return false;
        }

        @Override
        public long getItemId(int position) {
            return position;