summaryrefslogtreecommitdiff
path: root/src/com/android/stk/StkAppService.java
diff options
context:
space:
mode:
Diffstat (limited to 'src/com/android/stk/StkAppService.java')
-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);
}