commit | 4527702619ef22da25dae00173675a4468a1314c | [log] [tgz] |
---|---|---|
author | Christine Chen <christinech@google.com> | Thu Sep 05 10:55:37 2013 -0700 |
committer | Christine Chen <christinech@google.com> | Fri Sep 06 10:04:53 2013 -0700 |
tree | 3c7ef9c897b1ca1cf0be0a288fd0d0074b41b849 | |
parent | 6952672d7c9a8a338729b995fe3d3c8fc210c90d [diff] [blame] |
Adds separate conference call function. - Also fixes bug on update conference call. Bug: 10334739 Change-Id: I4f59c3cf12911b175173e76a1551eb0e3999ba3f
diff --git a/src/com/android/phone/CallModeler.java b/src/com/android/phone/CallModeler.java index 9c7b9dd..b11b825 100644 --- a/src/com/android/phone/CallModeler.java +++ b/src/com/android/phone/CallModeler.java
@@ -442,7 +442,7 @@ } } } - changed |= oldSet.equals(call.getChildCallIds()); + changed |= !oldSet.equals(call.getChildCallIds()); } /**