Skip to content

Commit

Permalink
Fix vulnerability
Browse files Browse the repository at this point in the history
  • Loading branch information
bmarty committed Oct 28, 2022
1 parent 46d1795 commit fbabe50
Showing 1 changed file with 1 addition and 1 deletion.
Expand Up @@ -74,7 +74,7 @@ class VectorJitsiActivity : VectorBaseActivity<ActivityJitsiBinding>(), JitsiMee
super.onConfigurationChanged(newConfig)
val intent = Intent("onConfigurationChanged")
intent.putExtra("newConfig", newConfig)
this.sendBroadcast(intent)
LocalBroadcastManager.getInstance(this).sendBroadcast(intent)
}

override fun onCreate(savedInstanceState: Bundle?) {
Expand Down

0 comments on commit fbabe50

Please sign in to comment.