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

Commit 2124039b authored by Treehugger Robot's avatar Treehugger Robot Committed by Automerger Merge Worker
Browse files

Merge "Reset target sdk version of ParseTypeImpl" am: 9635abaf

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

Change-Id: I03c1e210745a5a6f5e9d51dd7117a6c33b736118
parents 4c56bac2 9635abaf
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -119,6 +119,7 @@ public class ParseTypeImpl implements ParseInput, ParseResult<Object> {
            // how many APKs they're going through.
            mDeferredErrors.erase();
        }
        mTargetSdkVersion = null;
        return this;
    }