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

[fix] #287 QRScan NumberFormatException 대응 #289

Merged
merged 2 commits into from
Jan 19, 2025
Merged

Conversation

easyhooon
Copy link
Collaborator

이슈)
QRScan 결과로 얻어지는 entryCode 가 boothId 의 타입인 Long 타입 의외에 다른 타입이 얻어지는 경우(ex String, Link 등을 스캔하는 경우)
NumberFormatException 이 발생하여, 앱의 크래시가 발생하는 문제 발생

위의 문제를 해결하였습니다.

@easyhooon easyhooon added the hotfix tasks related to fix bugs label Jan 19, 2025
@easyhooon easyhooon self-assigned this Jan 19, 2025
@easyhooon easyhooon changed the title [fix] QRScan NumberFormatException 대응 [fix] #287 QRScan NumberFormatException 대응 Jan 19, 2025
Copy link
Collaborator

@wjdtkdgns777 wjdtkdgns777 left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

수고하셨습니다 간만에 안드코드 보는군..

@easyhooon easyhooon merged commit d0e2840 into develop Jan 19, 2025
1 check passed
@easyhooon easyhooon deleted the fix/qr-scan branch January 19, 2025 13:50
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
hotfix tasks related to fix bugs
Projects
None yet
Development

Successfully merging this pull request may close these issues.

QR Scan 결과로 Long Type(boothId Type) 이외에 Type 이 들어올 경우에 대한 예외처리 추가
2 participants