Skip to content

Commit

Permalink
↑ Updates: formatting
Browse files Browse the repository at this point in the history
  • Loading branch information
AjeshRPai committed May 2, 2024
1 parent 96460b9 commit 980cb73
Showing 1 changed file with 1 addition and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -73,8 +73,7 @@ constructor(
editPostRepository = postRepository
val startCalendar = postRepository?.takeIf { it.hasPost() }?.let {
getCurrentPublishDateAsCalendar(it)
} ?:
localeManagerWrapper.getCurrentCalendar()
} ?: localeManagerWrapper.getCurrentCalendar()
updateDateAndTimeFromCalendar(startCalendar)
onPostStatusChanged(postRepository?.getPost())
}
Expand Down

0 comments on commit 980cb73

Please sign in to comment.