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

Commit 9635abaf authored by Treehugger Robot's avatar Treehugger Robot Committed by Gerrit Code Review
Browse files

Merge "Reset target sdk version of ParseTypeImpl"

parents 1ef34e90 2cd9d261
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;
    }