Created
June 18, 2019 09:29
-
-
Save Danyaga/2ea0d8b8c416e8fe6ad18b28c634990e to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
override fun onStart() { | |
super.onStart() | |
this.goldenEye?.availableCameras | |
?.find { it.facing == Facing.BACK } | |
?.run { | |
[email protected]?.open( | |
[email protected], | |
this, | |
onReady = { [email protected]?.config?.flashMode = FlashMode.OFF }, | |
onError = { [email protected] = null } | |
) | |
} | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment