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

Commit d74c37d5 authored by Treehugger Robot's avatar Treehugger Robot Committed by Automerger Merge Worker
Browse files

Merge "OPP: Do not clear invisible success records" am: 4e66f05f am:...

Merge "OPP: Do not clear invisible success records" am: 4e66f05f am: b94d44d9 am: b0f4519f am: 3538b0b6

Original change: https://android-review.googlesource.com/c/platform/packages/apps/Bluetooth/+/1331553

Change-Id: Idc4da24b53b5affce3655ef49a73d7b0ecec79ca
parents cd9fe39e 3538b0b6
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -162,8 +162,8 @@ public class BluetoothOppService extends ProfileService implements IObexConnecti
                    + BluetoothShare.USER_CONFIRMATION_PENDING;

    private static final String WHERE_INVISIBLE_UNCONFIRMED =
            "(" + BluetoothShare.STATUS + ">=" + BluetoothShare.STATUS_SUCCESS + " AND " + INVISIBLE
                    + ") OR (" + WHERE_CONFIRM_PENDING_INBOUND + ")";
            "(" + BluetoothShare.STATUS + " > " + BluetoothShare.STATUS_SUCCESS + " AND "
                    + INVISIBLE + ") OR (" + WHERE_CONFIRM_PENDING_INBOUND + ")";

    private static BluetoothOppService sBluetoothOppService;