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

Commit 2950ef08 authored by Treehugger Robot's avatar Treehugger Robot Committed by Automerger Merge Worker
Browse files

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

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

Change-Id: If6a5977fb2d7e2027444c218054a8927104deffa
parents fd55b563 edd6684f
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;
    }