mirror of
https://github.com/revanced/Apktool.git
synced 2024-12-04 18:12:54 +01:00
fix: revert change that enforced "STRINGPOOL_TYPE" on StringPool
- fixes: #1876
This commit is contained in:
parent
b7d33cb623
commit
3f85dfa6c9
@ -41,7 +41,7 @@ public class StringBlock {
|
||||
* be at the chunk type.
|
||||
*/
|
||||
public static StringBlock read(ExtDataInput reader) throws IOException {
|
||||
reader.skipCheckInt(CHUNK_STRINGPOOL_TYPE);
|
||||
reader.skipCheckChunkTypeInt(CHUNK_STRINGPOOL_TYPE, CHUNK_NULL_TYPE);
|
||||
int chunkSize = reader.readInt();
|
||||
|
||||
// ResStringPool_header
|
||||
|
Loading…
Reference in New Issue
Block a user