am e10837f4
: [DO NOT MERGE] DatePickerDialog title initially incorrect if calendar view shown.
* commit 'e10837f444c3da40a50a269e696afac63729bce3': [DO NOT MERGE] DatePickerDialog title initially incorrect if calendar view shown.
This commit is contained in:
@ -419,7 +419,7 @@ public class DatePicker extends FrameLayout {
|
||||
* @see #getCalendarView()
|
||||
*/
|
||||
public boolean getCalendarViewShown() {
|
||||
return mCalendarView.isShown();
|
||||
return (mCalendarView.getVisibility() == View.VISIBLE);
|
||||
}
|
||||
|
||||
/**
|
||||
|
Reference in New Issue
Block a user