Skip to content

Commit aceaf34

Browse files
committed
fix(sketch): remove progress indicator from incomplete content
Removed the linear progress indicator when content is not complete in SketchRenderer.
1 parent a9381b3 commit aceaf34

File tree

1 file changed

+0
-7
lines changed

1 file changed

+0
-7
lines changed

mpp-ui/src/commonMain/kotlin/cc/unitmesh/devins/ui/compose/sketch/SketchRenderer.kt

Lines changed: 0 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -140,13 +140,6 @@ object SketchRenderer : BaseContentRenderer() {
140140
}
141141
}
142142
}
143-
144-
if (!isComplete && content.isNotEmpty()) {
145-
Spacer(modifier = Modifier.height(8.dp))
146-
LinearProgressIndicator(
147-
modifier = Modifier.fillMaxWidth()
148-
)
149-
}
150143
}
151144
}
152145
}

0 commit comments

Comments
 (0)