diff --git a/features/call/impl/src/main/kotlin/io/element/android/features/call/impl/ui/ElementCallActivity.kt b/features/call/impl/src/main/kotlin/io/element/android/features/call/impl/ui/ElementCallActivity.kt index 1f4313864d..d0eab337f2 100644 --- a/features/call/impl/src/main/kotlin/io/element/android/features/call/impl/ui/ElementCallActivity.kt +++ b/features/call/impl/src/main/kotlin/io/element/android/features/call/impl/ui/ElementCallActivity.kt @@ -94,10 +94,10 @@ class ElementCallActivity : AppCompatActivity(), CallScreenNavigator { appPreferencesStore.getThemeFlow().mapToTheme() } .collectAsState(initial = Theme.System) - val state = presenter.present() ElementTheme( darkTheme = theme.isDark() ) { + val state = presenter.present() CallScreenView( state = state, requestPermissions = { permissions, callback ->