Skip to content

Commit

Permalink
perf: do not auto stop playing query text when closing window
Browse files Browse the repository at this point in the history
  • Loading branch information
tisfeng committed May 21, 2024
1 parent 13863ac commit e7c772d
Showing 1 changed file with 0 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -952,8 +952,6 @@ - (void)closeFloatingWindow:(EZWindowType)windowType {

MMLogInfo(@"close window type: %ld", windowType);

// Stop playing audio
[floatingWindow.queryViewController stopPlayingQueryText];
floatingWindow.titleBar.pin = NO;

/// !!!: Close window may call window delegate method `windowDidResignKey:`
Expand Down

0 comments on commit e7c772d

Please sign in to comment.