-
Notifications
You must be signed in to change notification settings - Fork 551
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
Edit Profile Force Close #2660
Comments
Hey, @wahyuandi840 ! I want to work on this issue. |
You don't see source code by installing APK, you see it by cloning the repo https://github.com/fossasia/open-event-attendee-android
|
is this available? |
Describe the bug
The application force close.
To Reproduce
Steps to reproduce the behavior:
Expected behavior
Show Edit Form.
Logs
java.lang.IllegalStateException: BitmapFactory.decodeByte…g, 0, decodedString.size) must not be null.
Screenshots
Smartphone Info:
Device Xiaomi Note 5A
Android Version Nougat 7.1
Additional context
I tried changing the code EditProfileFragment.kt in line 211 from safeArgs.croppedImage.isEmpty () to safeArgs.croppedImage.equals ("''") the error was handled
.
Would you like to work on the issue?
The text was updated successfully, but these errors were encountered: