|
|
@ -279,11 +279,6 @@ public abstract class BaseAnncaFragment<CameraId> extends Fragment implements Ca |
|
|
|
onCameraTypeFrontBackChanged(); |
|
|
|
onCameraTypeFrontBackChanged(); |
|
|
|
} |
|
|
|
} |
|
|
|
|
|
|
|
|
|
|
|
@Override |
|
|
|
|
|
|
|
public void takePhotoOrCaptureVideo(final CameraFragmentResultListener resultListener) { |
|
|
|
|
|
|
|
takePhotoOrCaptureVideo(resultListener, null, null); |
|
|
|
|
|
|
|
} |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
@Override |
|
|
|
@Override |
|
|
|
public void takePhotoOrCaptureVideo(final CameraFragmentResultListener resultListener, @Nullable String directoryPath, @Nullable String fileName) { |
|
|
|
public void takePhotoOrCaptureVideo(final CameraFragmentResultListener resultListener, @Nullable String directoryPath, @Nullable String fileName) { |
|
|
|
switch (currentMediaActionState) { |
|
|
|
switch (currentMediaActionState) { |
|
|
|