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

Commit 5364b63a authored by Jason Monk's avatar Jason Monk Committed by android-build-merger
Browse files

Merge "Fix crash when loading resources without code" into pi-dev am: c46279aa

am: 2af66fb3

Change-Id: Ib5d396772eef78971a1c4750bebe72ba49fdaef2
parents ca46c6be 2af66fb3
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -700,7 +700,7 @@ public final class LoadedApk {
                        librarySearchPath, libraryPermittedPath, mBaseClassLoader,
                        null /* classLoaderName */);
                StrictMode.setThreadPolicy(oldPolicy);
                mAppComponentFactory = createAppFactory(mApplicationInfo, mClassLoader);
                mAppComponentFactory = AppComponentFactory.DEFAULT;
            }

            return;