Removing some TODOs
This commit is contained in:
parent
bfc6cd04a6
commit
cb9df953fb
|
@ -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) {
|
||||
|
|
|
@ -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) {
|
||||
|
|
Loading…
Reference in New Issue