Skip to content

Commit e1d9c69

Browse files
committed
Fix breaking changes
1 parent eff1a40 commit e1d9c69

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Source/Plugin.Badge.Abstractions/TabBadge.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -82,7 +82,7 @@ public static Thickness GetDefaultMargins()
8282
{
8383
case Device.Android:
8484
return new Thickness(-10, -5);
85-
case Device.Windows:
85+
case Device.UWP:
8686
return new Thickness(0);
8787
case Device.iOS:
8888
return new Thickness(0);

0 commit comments

Comments
 (0)