-
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
fix: Edit Profile Crashing and ScrollView in signup resolved #2729
base: development
Are you sure you want to change the base?
Conversation
@iamareebjamal @dheerajkotwani can you review the above PR for the issue #2660 and #2609 |
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.
@@ -17,6 +17,7 @@ import org.fossasia.openevent.general.utils.AppLinkUtils | |||
import org.fossasia.openevent.general.utils.Utils.navAnimGone | |||
import org.fossasia.openevent.general.utils.Utils.navAnimVisible | |||
import org.jetbrains.anko.design.snackbar | |||
import org.koin.androidx.scope.BuildConfig |
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.
Why build config is required here?
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.
My bad,
ignore it bro
Fixes #2660 and #2609
Changes: 1) added extra param ,Base64.NoWrap,in decodeBitmap of ImageUtils and also modifying the if condition in EditProfileFragment wrt issue #2660
2) changed the value of windowSoftInputMode to "adjustResize" wrt to issue #2609
Screenshots for the change:
![Screenshot_2020-06-16-15-31-59-26](https://user-images.githubusercontent.com/43871890/84761549-30d82800-afe7-11ea-9a2f-20ba338ac763.png)
Before:
After:(Scroll View being enabled when softkeyboard pops up)
![Screenshot_2020-06-16-15-34-37-76](https://user-images.githubusercontent.com/43871890/84761582-3cc3ea00-afe7-11ea-8a53-51ea5458cabf.png)
After: (Edit Profile opens up without crashing)
![Screenshot_2020-06-16-15-34-15-64](https://user-images.githubusercontent.com/43871890/84761604-45b4bb80-afe7-11ea-88d4-d942fa758ecb.png)