Choi Sang Rok
Choi Sang Rok
Hello! There is a crash problem with Decomposition or navigate back. If you modify it like the code below, the problem will be solved, but it seems that the problem...
dependenceis : "io.github.sceneview:sceneview:2.0.3" exceptions: ``` java.lang.IllegalStateException: Calling method on destroyed View at com.google.android.filament .View.getNativeObject(View.java:1229) at com.google.android.filament.View.setScene(View.java:210) at io.github.sceneview.SceneView.setScene(SceneView.kt:249) at io.github.sceneview.SceneKt$Scene$4.invoke(Scene.kt:220) at io.github.sceneview.SceneKt$Scene$4.invoke(Scene.kt:190) ``` The Scene Composable exists inside the LazyColumn,...
https://github.com/duckie-team/duckie-android/blob/main/feature/start-exam/src/main/java/team/duckie/app/android/feature/start/exam/screen/quiz/StartQuizInputScreen.kt
- **화면 회전 막아야함, 다크모드 변환 등의 Configuration Change로 인해 현재 화면의 상태가 유지되지 않음** - **SUIT 폰트 깨짐** - **Textfield 텍스트 빠르게 치면 글자 밀리는 문제** - **프로필 선택의...
### AS-IS 현재 키보드가 올라오는 모든 화면에서 키보드 이외의 화면을 터치하면 키보드가 내려가지 않음 ### TO-BE https://blog.yena.io/studynote/2022/04/30/Jetpack-Compose-TextField-Focus.html 참고하여 변경
현재 뷰 형식에 맞게 스켈레톤이 나타나지 않고 있음
```kotlin Bad Request Exception method : GET end-point : /exams/0/me?page=1 header: {"x-forwarded-for":"203.232.39.116","x-forwarded-proto":"https","x-forwarded-port":"3000","host":"api.goose-duckie.com:3000","x-amzn-trace-id":"Root=1-64c754b6-70d4a776323287a84d47821c","x-duckie-device-name":"LM-G900N","x-duckie-version":"1.2.0","x-duckie-client":"android","authorization":"Bearer eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJ1c2VySWQiOjgyOSwidHlwZSI6InVzZXIiLCJ2ZXJzaW9uIjoidjEiLCJpYXQiOjE2OTA2OTIzMzIsImV4cCI6MTcwNjI0NDMzMn0.b2wyra5OTKBwYGmyoIIff46Gnmc4pQr8xDo96hVviBA","accept":"application/json","accept-charset":"UTF-8","user-agent":"Ktor client","content-type":"application/json"} query : {"page":"1"} body: {} userId: 829 BadRequestException: Bad Request Exception at ValidationPipe.exceptionFactory (/src/app/node_modules/@nestjs/common/pipes/validation.pipe.js:90:20) at ValidationPipe.transform...
# 1. 난독화 시 앱 실행 안됨 난독화 코드 활성화 시 아래 에러와 함께 크래시 발생 *`The Crashlytics build ID is missing.`* # 2. 일부 기능만 활성화 시 카톡 로그인...