Skip to content
This repository has been archived by the owner on Oct 6, 2024. It is now read-only.

Commit

Permalink
fix order about version history
Browse files Browse the repository at this point in the history
  • Loading branch information
matsumo0922 committed Dec 11, 2023
1 parent 6009f20 commit a16dfeb
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,7 @@ class PreferenceVersion @Inject constructor(
message = if (Locale.getDefault() == Locale.JAPAN) it.logJp else it.logEn,
)
}
.sortedByDescending { it.date }
.also {
data = it
}
Expand Down

0 comments on commit a16dfeb

Please sign in to comment.