diff --git a/vector/src/main/java/im/vector/app/features/login/LoginWebFragment.kt b/vector/src/main/java/im/vector/app/features/login/LoginWebFragment.kt index e7c15445d0..f1558518f7 100644 --- a/vector/src/main/java/im/vector/app/features/login/LoginWebFragment.kt +++ b/vector/src/main/java/im/vector/app/features/login/LoginWebFragment.kt @@ -72,7 +72,6 @@ class LoginWebFragment @Inject constructor( override fun updateWithState(state: LoginViewState) { setupTitle(state) - // TODO check how it is possible to arrive in this case isForSessionRecovery = state.deviceId?.isNotBlank() == true if (!isWebViewLoaded) { diff --git a/vector/src/main/java/im/vector/app/features/login2/LoginWebFragment2.kt b/vector/src/main/java/im/vector/app/features/login2/LoginWebFragment2.kt index 17a271177a..4e28d8e56c 100644 --- a/vector/src/main/java/im/vector/app/features/login2/LoginWebFragment2.kt +++ b/vector/src/main/java/im/vector/app/features/login2/LoginWebFragment2.kt @@ -73,7 +73,6 @@ class LoginWebFragment2 @Inject constructor( override fun updateWithState(state: LoginViewState2) { setupTitle(state) - // TODO check how it is possible to arrive in this case isForSessionRecovery = state.deviceId?.isNotBlank() == true if (!isWebViewLoaded) {