Skip to content

Commit bb12a18

Browse files
VegardHVCopilot
andauthored
Potential fix for pull request finding
Co-authored-by: Copilot Autofix powered by AI <175728472+Copilot@users.noreply.github.com>
1 parent 8d53211 commit bb12a18

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

src/app/Components/ComponentsSamples/ImageCapturing/MultiImageCaptureModalPage.xaml.cs

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -43,6 +43,8 @@ protected override void OnDisappearing()
4343
{
4444
base.OnDisappearing();
4545

46+
m_imageCapture.Stop();
47+
4648
// Covers swipe-to-dismiss and Android back button. No-op if a handler already completed the TCS.
4749
m_completion.TrySetResult([]);
4850
}

0 commit comments

Comments
 (0)