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

Commit 9cca959f authored by James Lemieux's avatar James Lemieux Committed by Android Git Automerger
Browse files

am b29a49df: World Clocks should not appear to be touchable

* commit 'b29a49df':
  World Clocks should not appear to be touchable
parents 708de3bf b29a49df
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();
        }