Skip to content

Commit ed2d9f1

Browse files
authored
Merge pull request #387 from Runnect/feature/fix-mypage-progress-indicator
마이페이지 레벨 프로그레스바 stop indicator 렌더링 오류 수정
2 parents fdb0d4c + 347d4ff commit ed2d9f1

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

app/src/main/java/com/runnect/runnect/presentation/mypage/MyPageScreen.kt

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -209,6 +209,8 @@ private fun LevelProgressSection(
209209
.clip(RoundedCornerShape(5.dp)),
210210
color = M1,
211211
trackColor = G4,
212+
drawStopIndicator = {},
213+
gapSize = 0.dp,
212214
)
213215
Spacer(modifier = Modifier.height(10.dp))
214216
Row(

0 commit comments

Comments
 (0)