Fix compilation issue.

This commit is contained in:
Benoit Marty 2024-04-18 01:17:36 +02:00
parent 55f0030820
commit 1465bec81a
1 changed files with 1 additions and 3 deletions

View File

@ -121,13 +121,11 @@ class ElementCallActivity : NodeComponentActivity(), CallScreenNavigator {
override fun onConfigurationChanged(newConfig: Configuration) {
super.onConfigurationChanged(newConfig)
updateUiMode(newConfig)
}
override fun onNewIntent(intent: Intent?) {
override fun onNewIntent(intent: Intent) {
super.onNewIntent(intent)
setCallType(intent)
}