Skip to content

Commit 347d4ff

Browse files
committed
fix: 마이페이지 레벨 프로그레스바 stop indicator 제거
Material3 최신 버전(BOM 2026.03.01)에서 LinearProgressIndicator가 기본적으로 트랙 끝에 stop indicator(점)를 그려 progress=0일 때도 바가 꽉 찬 것처럼 보이는 문제 수정
1 parent fdb0d4c commit 347d4ff

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)