-
Notifications
You must be signed in to change notification settings - Fork 0
targetSDK 35 대응 #445
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
base: develop
Are you sure you want to change the base?
targetSDK 35 대응 #445
Conversation
This reverts commit 7fafbc7.
이 경고와 함께 어디서 쓰이는지를 알려줬는데 R8 mapping을 까본 결과
그래서 우리 잘못이 없다... |
enableEdgeToEdge() 쓰라고 해서 쓰고 있고, SDK 26까지 내려가서 테스트 해봤는데도 잘 되기 때문에 문제는 없을 것 같다. |
단순 deprecate 어노테이션만 붙고 아예 없어지지는 않는 거면 냅둬도 될듯 |
val primaryColor = ContextCompat.getColor(this@RootActivity, if (isDarkMode) R.color.black_dark else R.color.white) | ||
window.apply { | ||
setBackgroundDrawableResource(if (isDarkMode) R.color.black_dark else R.color.white) | ||
statusBarColor = primaryColor | ||
navigationBarColor = primaryColor |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
이 부분만 해당되겠네
일단 없어지지 않고 어노테이션만 붙는건 맞는것 같은데
코드가 있어도 어차피 무시될거라 없앤거긴 해
없애지 말고 그대로 둘까?
공식 문서 내용 중, 창 인셋 변경 사항 내용만 대응이 필요했다.
대응이 됐으나 google play console의 경고는 유지되었는데 이에 대해서는 코멘트로 자세히 설명