fixed regression introduced in: b149d7bd49

This commit is contained in:
Connor Tumbleson 2014-05-30 06:33:17 -05:00
parent c29dffe554
commit 848f0d6b5f

View File

@ -130,7 +130,7 @@ public class XmlPullStreamDecoder implements ResStreamDecoder {
}
}
return resTable.getAnalysisMode();
return ! resTable.getAnalysisMode();
}
};