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

Commit fe92f437 authored by Svetoslav's avatar Svetoslav Committed by Android Git Automerger
Browse files

am e10837f4: [DO NOT MERGE] DatePickerDialog title initially incorrect if calendar view shown.

* commit 'e10837f4':
  [DO NOT MERGE] DatePickerDialog title initially incorrect if calendar view shown.
parents 16acbab7 e10837f4
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);
    }

    /**