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

Commit b29a49df authored by James Lemieux's avatar James Lemieux
Browse files

World Clocks should not appear to be touchable

Change-Id: Id58ccc2e690cb54b34fb871941d9f723ac3d5646
parent 8bb5524a
Loading
Loading
Loading
Loading
+5 −0
Original line number Diff line number Diff line
@@ -401,6 +401,11 @@ public class ClockFragment extends DeskClockFragment {
            return view;
        }

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

        private City getHomeCity() {
            return DataModel.getDataModel().getHomeCity();
        }