Skip to content

Commit

Permalink
ktlintCheck にかかったので修正
Browse files Browse the repository at this point in the history
  • Loading branch information
tnoho committed Aug 17, 2024
1 parent 37cac9d commit 25fa8a0
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -204,6 +204,7 @@ class SoraScreencastService : Service() {
private fun sendInvalidateBroadcast() {
// MainActivity に画面更新を促す Intent を送る
val intent = Intent("ACTION_INVALIDATE_VIEW")
intent.setPackage(applicationContext.packageName)
sendBroadcast(intent)
}

Expand Down

0 comments on commit 25fa8a0

Please sign in to comment.