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

Commit 577002d7 authored by Yinglei Wang's avatar Yinglei Wang Committed by Android (Google) Code Review
Browse files

Merge "[SimpleMonthView] days should be set clickable even when disabled"

parents a32afb3e a26a37c8
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -1103,6 +1103,7 @@ class SimpleMonthView extends View {
            }

            node.setEnabled(isDayEnabled);
            node.setClickable(true);

            if (virtualViewId == mActivatedDay) {
                // TODO: This should use activated once that's supported.