From 848f0d6b5fb195f73222177ee161e35e6a1e65a6 Mon Sep 17 00:00:00 2001 From: Connor Tumbleson Date: Fri, 30 May 2014 06:33:17 -0500 Subject: [PATCH] fixed regression introduced in: b149d7bd495db35a373e3b84cf77e52cd09d5b0b --- .../java/brut/androlib/res/decoder/XmlPullStreamDecoder.java | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/brut.apktool/apktool-lib/src/main/java/brut/androlib/res/decoder/XmlPullStreamDecoder.java b/brut.apktool/apktool-lib/src/main/java/brut/androlib/res/decoder/XmlPullStreamDecoder.java index c80c81ab..d5207ad5 100644 --- a/brut.apktool/apktool-lib/src/main/java/brut/androlib/res/decoder/XmlPullStreamDecoder.java +++ b/brut.apktool/apktool-lib/src/main/java/brut/androlib/res/decoder/XmlPullStreamDecoder.java @@ -130,7 +130,7 @@ public class XmlPullStreamDecoder implements ResStreamDecoder { } } - return resTable.getAnalysisMode(); + return ! resTable.getAnalysisMode(); } };