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

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

Merge "Make stopwatch rows unclickable." into ub-deskclock-army

parents cdda8b55 b4d942af
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;