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

Commit 876c00dc authored by Paul Lawrence's avatar Paul Lawrence Committed by Android Git Automerger
Browse files

am 60302f19: am c220d8e5: Stop crypto UI from crashing during encryption...

am 60302f19: am c220d8e5: Stop crypto UI from crashing during encryption automerge: 0e6178b8 automerge: e20dd304 automerge: 31deee5e

* commit '60302f19':
  Stop crypto UI from crashing during encryption
parents a7dc89bc 60302f19
Loading
Loading
Loading
Loading
+3 −1
Original line number Diff line number Diff line
@@ -826,7 +826,9 @@ class MountService extends IMountService.Stub

                // On an encrypted device we can't see system properties yet, so pull
                // the system locale out of the mount service.
                if ("".equals(SystemProperties.get("vold.encrypt_progress"))) {
                    copyLocaleFromMountService();
                }

                // Let package manager load internal ASECs.
                mPms.scanAvailableAsecs();