You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
val systemBars =WindowInsets.systemBars
val density =LocalDensity.current
val bottomPadding =
remember { with(density) { systemBars.getBottom(this).toDp() } }
작업 사항
시스템 하단 바 안보이도록 설정하기 혹은 하단 Margin 하단 바 위로 올리기
Todo
기타사항
No response
The text was updated successfully, but these errors were encountered: