Skip to content

Commit f60367d

Browse files
Resolved the compilation issue
1 parent 6a2e393 commit f60367d

File tree

3 files changed

+1
-1
lines changed

3 files changed

+1
-1
lines changed
19.4 KB
Loading
24 KB
Loading

src/Core/src/Handlers/Switch/SwitchHandler.iOS.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -146,7 +146,7 @@ void UpdateTrackOffColor(UISwitch platformView)
146146

147147
void UpdateThumbColor(UISwitch platformView)
148148
{
149-
DispatchQueue.MainQueue.DispatchAsync(() =>
149+
DispatchQueue.MainQueue.DispatchAsync(async () =>
150150
{
151151
if (VirtualView is null || PlatformView is null)
152152
return;

0 commit comments

Comments
 (0)