Skip to content
This repository has been archived by the owner on Aug 7, 2024. It is now read-only.

Commit

Permalink
Merge pull request #247 from kik-btaski/main
Browse files Browse the repository at this point in the history
fix: service connection leaked when recording
  • Loading branch information
Bnyro authored Jan 20, 2024
2 parents 172fa28 + fff404e commit 24e73da
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -213,6 +213,7 @@ abstract class RecorderService : Service() {
}

ServiceCompat.stopForeground(this, ServiceCompat.STOP_FOREGROUND_REMOVE)
stopSelf()
super.onDestroy()
}

Expand Down

0 comments on commit 24e73da

Please sign in to comment.