Skip to content
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

[BUG] #7

Closed
Gurumigun opened this issue Sep 18, 2023 · 1 comment · Fixed by #8
Closed

[BUG] #7

Gurumigun opened this issue Sep 18, 2023 · 1 comment · Fixed by #8
Assignees
Labels
bug Something isn't working

Comments

@Gurumigun
Copy link

버그 상황
androidx.activity:activity:1.7.0, androidx.activity:activity-compose:1.7.0, and androidx.activity:activity-ktx:1.7.0에서
AntonioAutoBindingViewHolder2에서 override 하는 getlifecycle 가 변경되어 빌드가 안됩니다.

public interface LifecycleOwner {
/**
* Returns the Lifecycle of the provider.
*
* @return The lifecycle of the provider.
*/
@nonnull
Lifecycle getLifecycle();
}

interface 가 변경되었습니다.

public interface LifecycleOwner {
/**
* Returns the Lifecycle of the provider.
*
* @return The lifecycle of the provider.
*/
public val lifecycle: Lifecycle
}
로 변경되었습니다

재현경로
예시)

  1. '...' 로 간다
  2. '....' 를 클릭한다
  3. '....' 로 스크롤은 내린다.
  4. 에러 발생

기대 상황
원래 기대하셨던 상황 공유 부탁드립니다.

Screenshots
스크린샷을 올려주시면 매우 큰 도움이 됩니다.

디바이스 종류:

  • Device: [e.g. Pixel 5]
  • OS: [e.g. Android 12]

추가 정보
에러 로그나 기타 사항.

@Gurumigun Gurumigun added the bug Something isn't working label Sep 18, 2023
@LakeLab
Copy link
Collaborator

LakeLab commented Sep 19, 2023

제보 감사드립니다. 곧 해결한 버전 배포 진행할수 있도록 하겠습니다.

LakeLab added a commit that referenced this issue Nov 13, 2023
@LakeLab LakeLab linked a pull request Nov 13, 2023 that will close this issue
LakeLab added a commit that referenced this issue Nov 13, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants