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

Commit 8fb44ae8 authored by Lixin Yue's avatar Lixin Yue Committed by Android Git Automerger
Browse files

am 492604e9: Merge change I69f72c00 into eclair-mr2

Merge commit '492604e9' into eclair-mr2-plus-aosp

* commit '492604e9':
  Update OBEX lib setPath Flags handling logic to be compatible with spec.
parents 57043a67 492604e9
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -315,7 +315,7 @@ public final class ServerSession extends ObexSession implements Runnable {
                if (!((flags & 1) == 0)) {
                    backup = true;
                }
                if ((flags & 2) == 0) {
                if (!((flags & 2) == 0)) {
                    create = false;
                }