Skip to content

Commit 0f17f8f

Browse files
committed
remove excessive UpdateDate() call
1 parent d6cc815 commit 0f17f8f

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

src/Core/src/Platform/iOS/DatePickerExtensions.cs

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -46,8 +46,6 @@ public static void UpdateTextColor(this MauiDatePicker platformDatePicker, IDate
4646
platformDatePicker.TextColor = textColor.ToPlatform();
4747
}
4848

49-
// HACK This forces the color to update; there's probably a more elegant way to make this happen
50-
platformDatePicker.UpdateDate(datePicker);
5149
}
5250

5351
public static void UpdateDate(this UIDatePicker picker, IDatePicker datePicker)

0 commit comments

Comments
 (0)