InstaMaterial icon indicating copy to clipboard operation
InstaMaterial copied to clipboard

BaseDrawerActivity:setupHeader

Open FrancisShi opened this issue 9 years ago • 1 comments

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

FrancisShi avatar Aug 03 '15 08:08 FrancisShi

yeah me too pls help me masters

Dedy54 avatar Sep 29 '15 20:09 Dedy54