Skip to content

Commit 72ab567

Browse files
Merge pull request #4309 from HerrickSpencer/herricks/FixOnDeviceSample
Fix for 4308 (OnDeviceExtension Sample)
2 parents afebbd3 + d139c80 commit 72ab567

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

Microsoft.Toolkit.Uwp.SampleApp/SamplePages/XamlOnlyPage.xaml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -44,6 +44,7 @@
4444
<ui:SurfaceDialOptions />
4545
</ui:TextBoxExtensions.SurfaceDialOptions>
4646
</TextBox>
47+
<TextBlock x:Key="OnDeviceExtension" Text="{ui:OnDevice Desktop=Desktop, Xbox=Xbox, Default=Default}" />
4748
<controls:SwitchPresenter x:Key="SwitchPresenterControl">
4849
<controls:CaseCollection>
4950
<controls:Case IsDefault="True" />

0 commit comments

Comments
 (0)