fix: suspend OTG live transfer on exit

This commit is contained in:
2026-07-08 09:32:35 +08:00
parent 92fcad7ac9
commit e9f593643f
4 changed files with 94 additions and 38 deletions

View File

@ -145,9 +145,10 @@ final class WiredCameraTransferViewModel {
connectionManager.start()
}
/// UI delegate
/// UI delegate
func stop() {
connectionManager.unbindDelegate()
connectionManager.suspendLiveTransfer()
}
///