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

Commit e99a8eff authored by Svetoslav's avatar Svetoslav Committed by Android (Google) Code Review
Browse files

Merge "DatePickerDialog title initially incorrect if calendar view shown."

parents 3ca84c39 a2510b5a
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -419,7 +419,7 @@ public class DatePicker extends FrameLayout {
     * @see #getCalendarView()
     */
    public boolean getCalendarViewShown() {
        return mCalendarView.isShown();
        return (mCalendarView.getVisibility() == View.VISIBLE);
    }

    /**