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

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

Merge "OPP: Do not clear invisible success records" am: 7279e705 am:...

Merge "OPP: Do not clear invisible success records" am: 7279e705 am: 3323d118 am: ba773844 am: 1e78eecb am: cae8fd9d

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

Change-Id: I02a3cac841ccc4784138ee04059353da00ead9ca
parents 8447f28e cae8fd9d
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;