Skip to content

Commit 6a0f838

Browse files
committed
Fixed crash in InvokeActionsActivity sample page
Closes #3883
1 parent ee38f3a commit 6a0f838

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

Microsoft.Toolkit.Uwp.SampleApp/Properties/Default.rd.xml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -27,5 +27,8 @@
2727
<!-- Add your application specific runtime directives here. -->
2828
<Type Name="Windows.UI.Xaml.Controls.Border" Dynamic="Required Public" />
2929

30+
<!-- Fix for https://github.com/windows-toolkit/WindowsCommunityToolkit/issues/3883 -->
31+
<Type Name="Windows.UI.Xaml.Controls.TextBlock" Dynamic="Required Public" />
32+
3033
</Application>
3134
</Directives>

0 commit comments

Comments
 (0)