Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 7485f047 authored by Treehugger Robot's avatar Treehugger Robot Committed by Gerrit Code Review
Browse files

Merge "Bluetooth: OBEX: Don't close transport when obex is disconnected"

parents 2db2f6d2 850758fb
Loading
Loading
Loading
Loading
+0 −1
Original line number Diff line number Diff line
@@ -104,7 +104,6 @@ public final class ServerSession extends ObexSession implements Runnable {

                    case ObexHelper.OBEX_OPCODE_DISCONNECT:
                        handleDisconnectRequest();
                        done = true;
                        break;

                    case ObexHelper.OBEX_OPCODE_GET: