Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 879985ef authored by Raj Yengisetty's avatar Raj Yengisetty
Browse files

CMFileManager: Return after setting result for Directory Selection

Change-Id: I7f1134718f71ebf3b37118dae45639c52791d66c
parent e6dee74c
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -442,6 +442,7 @@ public class PickerActivity extends Activity
                result.putExtra(EXTRA_FOLDER_PATH, src.getAbsolutePath());
                setResult(Activity.RESULT_OK, result);
                finish();
                return;
            }

            // Return the picked file, as expected (this activity should fill the intent data