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

Commit

Permalink
Fix toggling screencasting (#28)
Browse files Browse the repository at this point in the history
  • Loading branch information
graszka22 authored Mar 1, 2023
1 parent 598adcc commit 492c094
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ internal class ScreencastServiceConnector(private val context: Context) {
}

override fun onServiceDisconnected(p0: ComponentName?) {
connected = true
connected = false
service = null
}
}
Expand Down

0 comments on commit 492c094

Please sign in to comment.