Skip to content

Commit ae92e24

Browse files
Update Microsoft.Toolkit.Uwp.SampleApp/SamplePages/ImageEx/ImageExPage.xaml.cs
Co-authored-by: Michael Hawker MSFT (XAML Llama) <24302614+michael-hawker@users.noreply.github.com>
1 parent 58fcd8b commit ae92e24

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Microsoft.Toolkit.Uwp.SampleApp/SamplePages/ImageEx/ImageExPage.xaml.cs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -69,7 +69,7 @@ private async void Load()
6969
AddImage(false, false, true);
7070
});
7171

72-
SampleController.Current.RegisterNewCommand("Lazy loading sample (17763 or higher supported)", (sender, args) =>
72+
SampleController.Current.RegisterNewCommand("Lazy loading sample", (sender, args) =>
7373
{
7474
var imageExLazyLoadingControl = new ImageExLazyLoadingControl();
7575
imageExLazyLoadingControl.CloseButtonClick += (s, a) =>
@@ -128,4 +128,4 @@ private void AddImage(bool broken, bool placeholder, bool round = false)
128128
}
129129
}
130130
}
131-
}
131+
}

0 commit comments

Comments
 (0)