Skip to content

Commit 9630d2d

Browse files
author
roman_tcaregorodtcev
committed
request code updated
1 parent 1606421 commit 9630d2d

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

examples/src/main/java/com/omega_r/omegaintentbuilder/PickImageActivity.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ public void onClick(View v) {
3535
.image()
3636
.multiply(false)
3737
.createIntentHandler(this)
38-
.startActivityForResult(111);
38+
.startActivityForResult(REQUEST_CODE);
3939
}
4040

4141
@Override

0 commit comments

Comments
 (0)