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

Commit cbfe4e5f authored by Hemant Gupta's avatar Hemant Gupta Committed by android-build-merger
Browse files

Merge "PBAP: Intialise Service instance before START_LISTENER is processed" am: 4dfb3d1d

am: b878a61c

Change-Id: I43a7a3471c9a043c0f0b700f52300ca9b74a05dd
parents 37e749f3 b878a61c
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -516,9 +516,9 @@ public class BluetoothPbapService extends ProfileService implements IObexConnect
            }
        }

        setBluetoothPbapService(this);
        mSessionStatusHandler.sendMessage(mSessionStatusHandler.obtainMessage(LOAD_CONTACTS));
        mSessionStatusHandler.sendMessage(mSessionStatusHandler.obtainMessage(START_LISTENER));
        setBluetoothPbapService(this);
        return true;
    }