SPI are not 9patches

- skip these by copying raw
This commit is contained in:
Furniel 2015-02-24 12:36:43 +02:00
parent 1788ca061b
commit ddb4f9770d

View File

@ -71,8 +71,8 @@ public class ResFileDecoder {
outFileName = outResName + ".r.9" + ext;
}
// check for samsung qmg
if (inFileName.toLowerCase().endsWith(".qmg")) {
// check for samsung qmg & spi
if (inFileName.toLowerCase().endsWith(".qmg") || inFileName.toLowerCase().endsWith(".spi")) {
copyRaw(inDir, outDir, outFileName);
return;
}