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

Commit 6bd49c4f authored by Arc Wang's avatar Arc Wang Committed by Android (Google) Code Review
Browse files

Merge "Fix can't access SD card from work profile"

parents 1436b66e 32785eb2
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -229,7 +229,7 @@ public class StorageItemPreferenceController extends AbstractPreferenceControlle
        mVolume = volume;

        if (mPublicStoragePreference != null) {
            mPublicStoragePreference.setVisible(isValidPublicVolume());
            mPublicStoragePreference.setVisible(isValidPublicVolume() && !mIsWorkProfile);
        }

        // If isValidPrivateVolume() is true, these preferences will become visible at