InstaMaterial
InstaMaterial copied to clipboard
BaseDrawerActivity:setupHeader
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
yeah me too pls help me masters