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: toast to snackbar for signup work #809

Merged
merged 5 commits into from Jan 3, 2019

Conversation

GOVINDDIXIT
Copy link
Member

@GOVINDDIXIT GOVINDDIXIT commented Jan 2, 2019

Part for #785
fix #810

Screenshots for the change:
gif-190102_180534

nikit19
nikit19 previously requested changes Jan 2, 2019
Copy link
Member

@nikit19 nikit19 left a comment

Choose a reason for hiding this comment

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

Please fix the indentation at other places as well

@GOVINDDIXIT
Copy link
Member Author

@iamareebjamal pls review

@iamareebjamal
Copy link
Member

Create another issue to remove post handlers and pass intent to fragments telling them to show snackbars instead

@iamareebjamal iamareebjamal merged commit b25524a into fossasia:development Jan 3, 2019
@GOVINDDIXIT
Copy link
Member Author

@iamareebjamal unable to get can you pls elaborate considering example of this case?
Currently I am showing snackbar in coordinator layout of signup fragment and when it is over I am redirecting to MainActivity

@iamareebjamal
Copy link
Member

iamareebjamal commented Jan 3, 2019

You are using Handler to defer the transition. This has to be removed. SnackBar will instead be displayed in the target fragments/activities

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

Successfully merging this pull request may close these issues.

change to coordinator layout : signup fragment
3 participants