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

Commit b878a61c 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

Change-Id: I79cb59ff907d5d6b83183d6f156031e947dd7408
parents da96d2e6 4dfb3d1d
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;
    }