Skip to content

Commit

Permalink
修复(#5)不能选择章节和听写复习。
Browse files Browse the repository at this point in the history
  • Loading branch information
tangshimin committed Feb 25, 2023
1 parent 4078c98 commit 334ab55
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/jvmMain/kotlin/ui/dialog/SelectChapterDialog.kt
Original file line number Diff line number Diff line change
Expand Up @@ -153,7 +153,7 @@ fun Chapters(
onChapterSelected: (Int) -> Unit,
isMultiple:Boolean
) {
if(size<0){
if(size>0){
Box(
modifier = Modifier.fillMaxWidth().background(color = MaterialTheme.colors.background)
) {
Expand Down

0 comments on commit 334ab55

Please sign in to comment.