Skip to content

Commit

Permalink
Dev
Browse files Browse the repository at this point in the history
  • Loading branch information
Yuriy Budiyev committed Jan 10, 2018
1 parent 429d956 commit b4b92f9
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/main/java/com/budiyev/android/codescanner/Decoder.java
Original file line number Diff line number Diff line change
Expand Up @@ -109,7 +109,6 @@ public void run() {
} catch (ReaderException ignored) {
} finally {
if (result != null) {
mDecodeQueue.clear();
if (mStateListener.onStateChanged(Decoder.State.DECODED)) {
DecodeCallback callback = mCallback;
if (callback != null) {
Expand Down

0 comments on commit b4b92f9

Please sign in to comment.