| commit | a76228fce68578fd719954b60f62186cf7a93e3e | [log] [tgz] |
|---|---|---|
| author | Yorke Lee <yorkelee@google.com> | Mon Sep 16 09:05:58 2013 -0700 |
| committer | Yorke Lee <yorkelee@google.com> | Mon Sep 16 09:05:58 2013 -0700 |
| tree | e68b29130832293162514644b29a4cf3c6db31c1 | |
| parent | a5d5db8bae082681b9d76bc3f0f7cd16e47908ab [diff] |
Fix black screen flashing during sip calls Add the same delayed finish logic that is in OutgoingCallBroadcaster to SipCallOptionHandler. This is needed because SipCallOptionHandler now lives in a separate process from InCallActivity, so calling finish immediately would cause a black screen before the InCallUI comes up. Bug: 10626098 Change-Id: I84295a0a1dc5d6fa3606a6ab768f84e0d0423c30