Skip to content

Commit

Permalink
πŸ› Mobile | Reverting a change from PR #912, issue #896 (#949)
Browse files Browse the repository at this point in the history
  • Loading branch information
AntPolkanov committed Jun 13, 2024
1 parent 16ea5a9 commit 9c16e8c
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/MobileUI/Features/Scanner/ScanPage.xaml.cs
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,6 @@ public ScanPage(ScanResultViewModel viewModel)
{
InitializeComponent();
_viewModel = viewModel;
Unloaded += (sender, e) => { scannerView?.Handler?.DisconnectHandler(); };
}

public void Handle_OnScanResult(object sender, BarcodeDetectionEventArgs e)
Expand Down

0 comments on commit 9c16e8c

Please sign in to comment.