Skip to content

Commit

Permalink
Fix process death restoration bug caused by ?:sessionManager.logout()…
Browse files Browse the repository at this point in the history
… in ViewModel
  • Loading branch information
mitchtabian committed Apr 5, 2020
1 parent a770134 commit 1ad74ae
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -79,7 +79,7 @@ constructor(
}
}
launchJob(stateEvent, job)
}?: sessionManager.logout()
}
}

fun setAccountPropertiesData(accountProperties: AccountProperties){
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -76,7 +76,7 @@ constructor(
}
}
launchJob(stateEvent, job)
}?: sessionManager.logout()
}
}

override fun initNewViewState(): CreateBlogViewState {
Expand Down

0 comments on commit 1ad74ae

Please sign in to comment.