Skip to content
This repository has been archived by the owner on Apr 18, 2024. It is now read-only.

Commit

Permalink
Merge pull request #12 from JanStoltman/feature/visionNPEfix
Browse files Browse the repository at this point in the history
NPE when releasing camera
  • Loading branch information
bobekos authored Jan 14, 2019
2 parents 8e76731 + 5457599 commit d82bd26
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -103,5 +103,5 @@ internal class Camera(private val ctx: Context?, private val config: BarcodeScan
} catch (ignored: NullPointerException) {
}
}

}

0 comments on commit d82bd26

Please sign in to comment.