From 73c4fdaf1794054fa7d8a5151f274a200b6bdd76 Mon Sep 17 00:00:00 2001 From: Tyler Gunn Date: Wed, 10 Dec 2014 10:10:30 -0800 Subject: No InCall UI visible after hiding conference manager. - The hide of the conference manager fragment and subsequent show of the call card was being done inconsistently in a few places. - Added a new method to hide/show the conference manager fragment and the call card at the same time and replaced all references with this new unified method. Bug: 18699503 Change-Id: Ia6b80bdc29198627b1c46de72da432dc9523dc5e --- InCallUI/src/com/android/incallui/CallCardFragment.java | 2 +- .../com/android/incallui/ConferenceManagerPresenter.java | 6 +++--- InCallUI/src/com/android/incallui/InCallActivity.java | 15 ++++++++++----- InCallUI/src/com/android/incallui/InCallPresenter.java | 14 ++++++++++++++ 4 files changed, 28 insertions(+), 9 deletions(-) diff --git a/InCallUI/src/com/android/incallui/CallCardFragment.java b/InCallUI/src/com/android/incallui/CallCardFragment.java index 8648eee3f..6ecf62e99 100644 --- a/InCallUI/src/com/android/incallui/CallCardFragment.java +++ b/InCallUI/src/com/android/incallui/CallCardFragment.java @@ -220,7 +220,7 @@ public class CallCardFragment extends BaseFragment