Skip to content

Commit

Permalink
[CHORE] #25 : 불필요한 테스트 코드 삭제
Browse files Browse the repository at this point in the history
  • Loading branch information
tgyuuAn committed Nov 13, 2023
1 parent 5365570 commit b23ede9
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 11 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -189,12 +189,3 @@ internal fun SignUpScreen(
}
}
}

/*@Preview
@Composable
fun previewSignUpScreen() {
SignUpScreen(
"",
navigateToNotice = { }
)
}*/
Original file line number Diff line number Diff line change
@@ -1,6 +1,5 @@
package com.wap.wapp.feature.notice

import android.util.Log
import androidx.compose.foundation.Image
import androidx.compose.foundation.background
import androidx.compose.foundation.clickable
Expand Down Expand Up @@ -149,7 +148,6 @@ internal fun NoticeScreen(
@OptIn(ExperimentalMaterial3Api::class)
private fun handleSheetState(coroutineScope: CoroutineScope, sheetState: SheetState) {
coroutineScope.launch {
Log.d("test", sheetState.currentValue.toString())
when (sheetState.currentValue) {
SheetValue.Expanded -> sheetState.partialExpand()
SheetValue.PartiallyExpanded -> sheetState.expand()
Expand Down

0 comments on commit b23ede9

Please sign in to comment.