Forge ahead with detection even if we missed an alignment pattern -- can still decode...
[zxing.git] / core / src / com / google / zxing / qrcode / detector / Detector.java
index 9666b9d..a933f06 100644 (file)
@@ -106,10 +106,7 @@ public final class Detector {
           // try next round
         }
       }
-      if (alignmentPattern == null) {
-        throw ReaderException.getInstance();
-      }
-
+      // If we didn't find alignment pattern... well try anyway without it
     }
 
     BitMatrix bits = sampleGrid(image, topLeft, topRight, bottomLeft, alignmentPattern, dimension);