Fixed a crash with using SCAN_FORMATS - Pattern.split() does not like null as an...
authordswitkin <dswitkin@59b500cc-1b3d-0410-9834-0bbf25fbcc57>
Thu, 29 Apr 2010 22:07:11 +0000 (22:07 +0000)
committerdswitkin <dswitkin@59b500cc-1b3d-0410-9834-0bbf25fbcc57>
Thu, 29 Apr 2010 22:07:11 +0000 (22:07 +0000)
commitaf2c063671d50999a94f70762e7b554dc188e81f
tree459256b8f4927ce082d4c360bde548cdd12c7cc7
parentbf981d8eadb63db8b5ad81b46b5155d4ebe2752f
Fixed a crash with using SCAN_FORMATS - Pattern.split() does not like null as an argument.

git-svn-id: http://zxing.googlecode.com/svn/trunk@1323 59b500cc-1b3d-0410-9834-0bbf25fbcc57
android/src/com/google/zxing/client/android/CaptureActivity.java