Skip to content

Commit

Permalink
修改追番列表的分类顺序, #73
Browse files Browse the repository at this point in the history
  • Loading branch information
Him188 committed Apr 1, 2024
1 parent 6e28c4d commit 3a8be32
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions app/shared/pages/subject-collection/common/CollectionPage.kt
Original file line number Diff line number Diff line change
Expand Up @@ -63,9 +63,9 @@ import kotlin.time.Duration.Companion.seconds
@Stable
private val COLLECTION_TABS = listOf(
UnifiedCollectionType.DROPPED,
UnifiedCollectionType.ON_HOLD,
UnifiedCollectionType.DOING,
UnifiedCollectionType.WISH,
UnifiedCollectionType.DOING,
UnifiedCollectionType.ON_HOLD,
UnifiedCollectionType.DONE,
)

Expand Down

0 comments on commit 3a8be32

Please sign in to comment.