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

BaseDrawerActivity:setupHeader #17

Open
FrancisShi opened this issue Aug 3, 2015 · 1 comment
Open

BaseDrawerActivity:setupHeader #17

FrancisShi opened this issue Aug 3, 2015 · 1 comment

Comments

@FrancisShi
Copy link

seems like if I remove the code from setupHeader:

Picasso.with(this)
                .load(profilePhoto)
                .placeholder(R.drawable.photo)
                .resize(avatarSize, avatarSize)
                .centerCrop()
                .transform(new CircleTransformation())
                .into(ivMenuUserProfilePhoto);

Got stuck about a few hundred milliseconds when I first open the drawer. Don't known why

@Dedy54
Copy link

Dedy54 commented Sep 29, 2015

yeah me too pls help me masters

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

No branches or pull requests

2 participants