Add missing }

This commit is contained in:
blank X 2022-04-29 23:03:03 +07:00
parent e7650d1128
commit 13e469f269
Signed by: blankie
GPG Key ID: CC15FC822C7F61F5
1 changed files with 1 additions and 0 deletions

View File

@ -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") {