Fix compilation issue.
This commit is contained in:
committed by
Benoit Marty
parent
75aaec6688
commit
e052bc99f6
+1
-3
@@ -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)
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user