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

Commit dbf326a7 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"...

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

Change-Id: Ia9fd2971a9edc5c60c532d6ee4588afb1c9bbc60
parents 1f7bc7ed cbfe4e5f
Loading
Loading
Loading
Loading
+1 −1
Original line number Original line Diff line number Diff line
@@ -517,9 +517,9 @@ public class BluetoothPbapService extends ProfileService implements IObexConnect
            }
            }
        }
        }


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