Skip to content

Commit e371dfe

Browse files
author
farfromrefuge
committed
fix(android): build fix
1 parent 54b2b9f commit e371dfe

File tree

1 file changed

+2
-2
lines changed
  • packages/ui-cameraview/platforms/android/java/com/nativescript/cameraview

1 file changed

+2
-2
lines changed

packages/ui-cameraview/platforms/android/java/com/nativescript/cameraview/CameraBase.kt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -31,8 +31,8 @@ import org.nativescript.widgets.GridLayout
3131

3232
abstract class CameraBase @JvmOverloads constructor(
3333
context: Context, attrs: AttributeSet? = null, defStyleAttr: Int = 0
34-
//) : GridLayout(context) {
35-
) : GridLayout(context, attrs, defStyleAttr) {
34+
) : GridLayout(context) {
35+
// ) : GridLayout(context, attrs, defStyleAttr) {
3636
var enableAudio: Boolean = true
3737
abstract var pause: Boolean
3838
abstract var whiteBalance: WhiteBalance

0 commit comments

Comments
 (0)