Add missing }
This commit is contained in:
parent
e7650d1128
commit
13e469f269
|
@ -29,6 +29,7 @@ public class PickActivity extends Activity {
|
|||
if (intent.hasExtra(Intent.EXTRA_ALLOW_MULTIPLE)) {
|
||||
newIntent.putExtra(Intent.EXTRA_ALLOW_MULTIPLE,
|
||||
intent.getBooleanExtra(Intent.EXTRA_ALLOW_MULTIPLE, false));
|
||||
}
|
||||
if (intent.getType() == "vnd.android.cursor.dir/image") {
|
||||
newIntent.setType("image/*");
|
||||
} else if (intent.getType() == "vnd.android.cursor.dir/video") {
|
||||
|
|
Loading…
Reference in New Issue