Skip to content

Commit

Permalink
🐛 Update last backup date after auto backup
Browse files Browse the repository at this point in the history
  • Loading branch information
89645321 committed Dec 1, 2023
1 parent 4fba5aa commit 9115287
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -183,6 +183,7 @@ class AuthActivity : BaseActivity() {
when (result.code()) {
ResponseCode.SUCCESS.value -> {
sessionManager.setIsLogin(false)
settingsRepository.setLastBackupDate(LocalDate.now().toString())
navHomeActivity()
}

Expand Down

0 comments on commit 9115287

Please sign in to comment.