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

Commit efe8e346 authored by Xavier Ducrohet's avatar Xavier Ducrohet Committed by Android (Google) Code Review
Browse files

Merge "Layoutlib: simple comment fix."

parents ad35add5 569ed054
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -89,7 +89,7 @@ public final class BridgeResources extends Resources {
     * <p/>
     * {@link Bridge} calls this method after setting up a new bridge.
     */
    /*package*/ public static Resources initSystem(BridgeContext context,
    public static Resources initSystem(BridgeContext context,
            AssetManager assets,
            DisplayMetrics metrics,
            Configuration config,
@@ -105,7 +105,7 @@ public final class BridgeResources extends Resources {
     * Disposes the static {@link Resources#mSystem} to make sure we don't leave objects
     * around that would prevent us from unloading the library.
     */
    /*package*/ public static void disposeSystem() {
    public static void disposeSystem() {
        if (Resources.mSystem instanceof BridgeResources) {
            ((BridgeResources)(Resources.mSystem)).mContext = null;
            ((BridgeResources)(Resources.mSystem)).mProjectCallback = null;