From 4ed232b7beb54b1df58eeee47846a8f86741572d Mon Sep 17 00:00:00 2001 From: Tyler Gunn Date: Fri, 8 Aug 2014 14:59:57 -0700 Subject: VT preview camera setup. (2/2) Changing the means by which the preview camera is set for video calls. Previously, an assumption was made that as soon as the camera is set on the provider, the camera capabilities would be returned. Changed so that instead the InCall-UI will explicitly request the camera capabilities after the camera is set to match the original intended camera setup flow. Change-Id: I6992e68e1efc0d8abf017fdc62f932bd0b9fce03 --- InCallUI/src/com/android/incallui/CallButtonPresenter.java | 1 + InCallUI/src/com/android/incallui/VideoCallPresenter.java | 3 ++- 2 files changed, 3 insertions(+), 1 deletion(-) (limited to 'InCallUI') diff --git a/InCallUI/src/com/android/incallui/CallButtonPresenter.java b/InCallUI/src/com/android/incallui/CallButtonPresenter.java index 15a64b63f..878a4d9a1 100644 --- a/InCallUI/src/com/android/incallui/CallButtonPresenter.java +++ b/InCallUI/src/com/android/incallui/CallButtonPresenter.java @@ -254,6 +254,7 @@ public class CallButtonPresenter extends Presenter