From 4df18eadf4e5e3872de8922194c54396ea985a72 Mon Sep 17 00:00:00 2001 From: Benoit Marty Date: Mon, 1 Jul 2024 16:18:20 +0200 Subject: [PATCH] Remove unused import --- .../element/android/features/call/impl/ui/CallScreenPresenter.kt | 1 - 1 file changed, 1 deletion(-) diff --git a/features/call/impl/src/main/kotlin/io/element/android/features/call/impl/ui/CallScreenPresenter.kt b/features/call/impl/src/main/kotlin/io/element/android/features/call/impl/ui/CallScreenPresenter.kt index feb07f0c6b..48002ac190 100644 --- a/features/call/impl/src/main/kotlin/io/element/android/features/call/impl/ui/CallScreenPresenter.kt +++ b/features/call/impl/src/main/kotlin/io/element/android/features/call/impl/ui/CallScreenPresenter.kt @@ -26,7 +26,6 @@ import androidx.compose.runtime.remember import androidx.compose.runtime.rememberCoroutineScope import androidx.compose.runtime.saveable.rememberSaveable import androidx.compose.runtime.setValue -import androidx.compose.ui.platform.LocalConfiguration import dagger.assisted.Assisted import dagger.assisted.AssistedFactory import dagger.assisted.AssistedInject