summaryrefslogtreecommitdiffstats
path: root/src/com/android/camera/NewVideoModule.java
diff options
context:
space:
mode:
Diffstat (limited to 'src/com/android/camera/NewVideoModule.java')
-rw-r--r--src/com/android/camera/NewVideoModule.java4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/com/android/camera/NewVideoModule.java b/src/com/android/camera/NewVideoModule.java
index 87899a249..9b6f59ba8 100644
--- a/src/com/android/camera/NewVideoModule.java
+++ b/src/com/android/camera/NewVideoModule.java
@@ -2141,8 +2141,8 @@ public class NewVideoModule implements NewCameraModule,
}
@Override
- public void onFullScreenChanged(boolean full) {
- mUI.onFullScreenChanged(full);
+ public void onSwitchMode(boolean toCamera) {
+ mUI.onSwitchMode(toCamera);
}
private final class JpegPictureCallback implements PictureCallback {