mirror of
https://github.com/oxen-io/session-android.git
synced 2024-11-28 04:25:18 +00:00
Uncomment accidently commented code.
This commit is contained in:
parent
e0fe8d10e2
commit
8b98f85470
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user