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

Commit 17a89a56 authored by TreeHugger Robot's avatar TreeHugger Robot Committed by Android (Google) Code Review
Browse files

Merge "Fix ResourcesLoader NPE"

parents 61d33539 647cc7a3
Loading
Loading
Loading
Loading
+2 −1
Original line number Diff line number Diff line
@@ -2647,7 +2647,8 @@ class ContextImpl extends Context {
                overrideConfiguration,
                compatInfo,
                classLoader,
                packageInfo.getApplication().getResources().getLoaders()));
                packageInfo.getApplication() == null ? null
                        : packageInfo.getApplication().getResources().getLoaders()));
        context.mDisplay = resourcesManager.getAdjustedDisplay(displayId,
                context.getResources());
        return context;