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

Commit 617da41e authored by Alan Viverette's avatar Alan Viverette Committed by Android (Google) Code Review
Browse files

Merge "Update button visibility as a final step in DayPickerView construction" into mnc-dev

parents b47cea9b b12172ef
Loading
Loading
Loading
Loading
+2 −0
Original line number Diff line number Diff line
@@ -176,6 +176,8 @@ class DayPickerView extends ViewGroup {
                }
            }
        });

        updateButtonVisibility(mViewPager.getCurrentItem());
    }

    private void updateButtonVisibility(int position) {