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: Edit Profile Crashing and ScrollView in signup resolved #2729

Open
wants to merge 6 commits into
base: development
Choose a base branch
from

Conversation

rcs10
Copy link

@rcs10 rcs10 commented Jun 16, 2020

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:
Before:
Screenshot_2020-06-16-15-31-59-26

After:(Scroll View being enabled when softkeyboard pops up)
Screenshot_2020-06-16-15-34-37-76

After: (Edit Profile opens up without crashing)
Screenshot_2020-06-16-15-34-15-64

@rcs10 rcs10 changed the title Edit Profile Crashing resolved fix:Edit Profile Crashing resolved Jun 16, 2020
@auto-label auto-label bot added the fix label Jun 16, 2020
@rcs10 rcs10 changed the title fix:Edit Profile Crashing resolved fix: Edit Profile Crashing and ScrollView in signup resolved Jun 16, 2020
@rcs10
Copy link
Author

rcs10 commented Jun 16, 2020

@iamareebjamal @dheerajkotwani can you review the above PR for the issue #2660 and #2609

Copy link
Author

@rcs10 rcs10 left a comment

Choose a reason for hiding this comment

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

solved issue #2660 and #2609

@@ -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
Copy link
Member

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?

Copy link
Author

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Edit Profile Force Close
3 participants