Skip to content

Commit

Permalink
🔀 Merge pull request #88 from snuhcs-course/fix/auto-backup
Browse files Browse the repository at this point in the history
자동 백업 시 lastBackupDate 업데이트
  • Loading branch information
yjeong-k authored Dec 2, 2023
2 parents 4fba5aa + 9115287 commit f46bea9
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 f46bea9

Please sign in to comment.