Skip to content

Commit

Permalink
refactor: Dev features
Browse files Browse the repository at this point in the history
  • Loading branch information
hanjoongcho committed Sep 2, 2024
1 parent 115e232 commit 75d29d4
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -1302,6 +1302,7 @@ open class BaseDevActivity : EasyDiaryActivity() {
val updateDateString = getUpdateDate(diary.contents!!)
if (updateDateString.isNotEmpty()) {
diary.currentTimeMillis = DateUtils.dateStringToTimeStamp(updateDateString)
diary.updateDateString()
}
this.commitTransaction()
} else if (items.isEmpty()) {
Expand Down

0 comments on commit 75d29d4

Please sign in to comment.