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

Commit 778e0bc0 authored by Charles Chen's avatar Charles Chen Committed by Automerger Merge Worker
Browse files

Merge "Fix ClassLoader issue of WindowContext" into sc-v2-dev am: a9efae98

Original change: https://googleplex-android-review.googlesource.com/c/platform/frameworks/base/+/16102159

Change-Id: Ic67fdb922f1abd974b72c3ec029d10e3653180a7
parents da8229a6 a9efae98
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -2757,7 +2757,7 @@ class ContextImpl extends Context {
     */
    private static Resources createWindowContextResources(@NonNull ContextImpl windowContextBase) {
        final LoadedApk packageInfo = windowContextBase.mPackageInfo;
        final ClassLoader classLoader = windowContextBase.mClassLoader;
        final ClassLoader classLoader = windowContextBase.getClassLoader();
        final IBinder token = windowContextBase.getWindowContextToken();

        final String resDir = packageInfo.getResDir();