Skip to content

Commit 3247659

Browse files
committed
chore: testing
1 parent e0e8e20 commit 3247659

File tree

1 file changed

+1
-1
lines changed
  • src-native/android/camerademoapp/src/main/java/com/nativescript/camerademoapp

1 file changed

+1
-1
lines changed

src-native/android/camerademoapp/src/main/java/com/nativescript/camerademoapp/FirstFragment.kt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -147,7 +147,7 @@ class FirstFragment : Fragment() {
147147

148148
binding.fab.setOnClickListener { view ->
149149
photoTime = System.nanoTime()
150-
binding.cameraView.takePhoto()
150+
binding.cameraView.takePhoto("{\"savePhotoToDisk\":false}")
151151
}
152152
}
153153

0 commit comments

Comments
 (0)