Skip to content

Commit

Permalink
Added missing xml comment for timepicker open method
Browse files Browse the repository at this point in the history
  • Loading branch information
haavamoa committed Jan 9, 2020
1 parent 7c2605d commit fb6d1ae
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions src/DIPS.Xamarin.UI/Controls/TimePicker/TimePicker.xaml.cs
Original file line number Diff line number Diff line change
Expand Up @@ -107,6 +107,9 @@ private static void TimePropertyChanged(BindableObject bindable, object oldvalue
timePicker.TimeLabel.Text = formattedDate;
}

/// <summary>
/// Opens the time picker
/// </summary>
public void Open()
{
FormsTimePicker.Focus();
Expand Down

0 comments on commit fb6d1ae

Please sign in to comment.