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

Crash when exit MainScreen too easily #38

Open
yjyoon-dev opened this issue Oct 1, 2024 · 0 comments
Open

Crash when exit MainScreen too easily #38

yjyoon-dev opened this issue Oct 1, 2024 · 0 comments
Assignees
Labels
bug Something isn't working

Comments

@yjyoon-dev
Copy link
Member

Description

MainScreen 진입 시 Transition이 진행되는 도중 앱을 끄면 BadParcelableException 오류 발생

android.os.BadParcelableException: Parcelable encountered IOException writing serializable object (name = ui.main.MainScreen)
Caused by: java.io.NotSerializableException: ui.component.FadeTransition

MainScreen이 상속하고 있는 ScreenTransition이 serializable 이 아닌 것이 원인.
Voyager측에서 해결해주거나, MainScreen의 custom transition을 포기해야 할 듯

Additional Context

adrielcafe/voyager#438

@yjyoon-dev yjyoon-dev added the bug Something isn't working label Oct 1, 2024
@yjyoon-dev yjyoon-dev self-assigned this Oct 1, 2024
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

No branches or pull requests

1 participant