summaryrefslogtreecommitdiffstats
path: root/src/com/android/nfc/handover/HandoverServer.java
diff options
context:
space:
mode:
Diffstat (limited to 'src/com/android/nfc/handover/HandoverServer.java')
-rw-r--r--src/com/android/nfc/handover/HandoverServer.java3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/com/android/nfc/handover/HandoverServer.java b/src/com/android/nfc/handover/HandoverServer.java
index e789387..093d1dd 100644
--- a/src/com/android/nfc/handover/HandoverServer.java
+++ b/src/com/android/nfc/handover/HandoverServer.java
@@ -210,7 +210,8 @@ public final class HandoverServer {
}
// We're done
mCallback.onHandoverRequestReceived();
- break;
+ // We can process another handover transfer
+ byteStream = new ByteArrayOutputStream();
}
synchronized (HandoverServer.this) {