Uncomment accidently commented code.

This commit is contained in:
Anton Chekulaev 2020-09-11 12:22:29 +10:00
parent e0fe8d10e2
commit 8b98f85470

View File

@ -213,10 +213,10 @@ public class CreateProfileActivity extends BaseActionBarActivity implements Inje
this.reveal = ViewUtil.findById(this, R.id.reveal);
this.nextIntent = getIntent().getParcelableExtra(NEXT_INTENT);
// this.avatar.setOnClickListener(view -> Permissions.with(this)
// .request(Manifest.permission.CAMERA, Manifest.permission.WRITE_EXTERNAL_STORAGE)
// .onAnyResult(this::startAvatarSelection)
// .execute());
this.avatar.setOnClickListener(view -> Permissions.with(this)
.request(Manifest.permission.CAMERA, Manifest.permission.WRITE_EXTERNAL_STORAGE)
.onAnyResult(this::startAvatarSelection)
.execute());
this.name.getInput().addTextChangedListener(new TextWatcher() {
@Override