We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 54b2b9f commit e371dfeCopy full SHA for e371dfe
packages/ui-cameraview/platforms/android/java/com/nativescript/cameraview/CameraBase.kt
@@ -31,8 +31,8 @@ import org.nativescript.widgets.GridLayout
31
32
abstract class CameraBase @JvmOverloads constructor(
33
context: Context, attrs: AttributeSet? = null, defStyleAttr: Int = 0
34
-//) : GridLayout(context) {
35
- ) : GridLayout(context, attrs, defStyleAttr) {
+) : GridLayout(context) {
+// ) : GridLayout(context, attrs, defStyleAttr) {
36
var enableAudio: Boolean = true
37
abstract var pause: Boolean
38
abstract var whiteBalance: WhiteBalance
0 commit comments