Removing some TODOs

This commit is contained in:
Maxime Naturel 2022-02-18 15:00:52 +01:00
parent bfc6cd04a6
commit cb9df953fb
2 changed files with 0 additions and 2 deletions

View File

@ -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) {

View File

@ -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) {