Skip to content

Commit 65552cb

Browse files
committed
3.0.38 - Unmount template host root visual on stop
1 parent 894212e commit 65552cb

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

.github/workflows/build-deploy.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ jobs:
1616
Solution_Name: ./src/MauiReactor.Build.sln
1717
Test_Project: ./samples/UnitTests/UnitTests.csproj
1818
TemplatePack_Name: ./src/MauiReactor.TemplatePack/MauiReactor.TemplatePack.csproj
19-
Version: 3.0.37
19+
Version: 3.0.38
2020

2121
steps:
2222
- name: Checkout

src/MauiReactor/TemplateHost.cs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -137,6 +137,7 @@ public IHostElement Run()
137137

138138
public void Stop()
139139
{
140+
_root?.Unmount();
140141
_started = false;
141142
}
142143

0 commit comments

Comments
 (0)