summaryrefslogtreecommitdiff
path: root/src/com/android
diff options
context:
space:
mode:
Diffstat (limited to 'src/com/android')
-rw-r--r--src/com/android/stk/StkInputActivity.java4
1 files changed, 4 insertions, 0 deletions
diff --git a/src/com/android/stk/StkInputActivity.java b/src/com/android/stk/StkInputActivity.java
index 39c574d..53bea93 100644
--- a/src/com/android/stk/StkInputActivity.java
+++ b/src/com/android/stk/StkInputActivity.java
@@ -172,6 +172,10 @@ public class StkInputActivity extends Activity implements View.OnClickListener,
"], slot id: " + mSlotId);
startTimeOut();
appService.getStkContext(mSlotId).setPendingActivityInstance(null);
+ if (mIsResponseSent) {
+ cancelTimeOut();
+ finish();
+ }
}
@Override