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

Commit 32514ffd authored by Treehugger Robot's avatar Treehugger Robot Committed by Gerrit Code Review
Browse files

Merge "PBAP: Intialise Service instance before START_LISTENER is processed"

parents c9afdae1 1b350b0f
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;
    }