summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorw30234 <w30234@motorola.com>2014-11-04 12:13:38 -0800
committerAmit Mahajan <amitmahajan@google.com>2014-12-01 17:54:44 -0800
commit5ad585e34d2d403adbf09b8d956c89d2f382459d (patch)
tree453f86519f43ee7a232f43138b0e79e8724fa6a4
parent560be36930f4b2814b4978519b474571329b62b1 (diff)
downloadStk-5ad585e34d2d403adbf09b8d956c89d2f382459d.tar.gz
Restore main menu after handling SETUP_CALL cmd
Bug: 18238734 Change-Id: I7903fd1a11c0e0294d6f9dac0a9af855da023707
-rwxr-xr-xsrc/com/android/stk/StkAppService.java2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/com/android/stk/StkAppService.java b/src/com/android/stk/StkAppService.java
index a126139..3b7f0a5 100755
--- a/src/com/android/stk/StkAppService.java
+++ b/src/com/android/stk/StkAppService.java
@@ -1101,6 +1101,8 @@ public class StkAppService extends Service implements Runnable {
resMsg.setResultCode(ResultCode.OK);
resMsg.setConfirmation(confirmed);
if (confirmed) {
+ CatLog.d(this, "Going back to mainMenu before starting a call.");
+ launchMenuActivity(null, slotId);
launchEventMessage(slotId,
mStkContext[slotId].mCurrentCmd.getCallSettings().callMsg);
}