Loading core/java/android/widget/SimpleMonthView.java +1 −0 Original line number Diff line number Diff line Loading @@ -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. Loading Loading
core/java/android/widget/SimpleMonthView.java +1 −0 Original line number Diff line number Diff line Loading @@ -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. Loading