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

Commit 889c0c0f authored by Clara Bayarri's avatar Clara Bayarri Committed by android-build-merger
Browse files

Merge "Fix NPE in ActivityThread" into oc-mr1-dev

am: 348b13f5

Change-Id: I4ac05199b93902bb19fd6eb42563e9c4fa00ed6c
parents 99ae0aed 348b13f5
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -5766,7 +5766,7 @@ public final class ActivityThread {
                final int preloadedFontsResource = info.metaData.getInt(
                        ApplicationInfo.METADATA_PRELOADED_FONTS, 0);
                if (preloadedFontsResource != 0) {
                    data.info.mResources.preloadFonts(preloadedFontsResource);
                    data.info.getResources().preloadFonts(preloadedFontsResource);
                }
            }
        } catch (RemoteException e) {