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

Commit 70a382cc authored by Matthew Xie's avatar Matthew Xie Committed by Android Git Automerger
Browse files

am 0156079a: Merge "PBAP: Remove initialisation of Missed calls number"

* commit '0156079a':
  PBAP: Remove initialisation of Missed calls number
parents 8b7e0168 0156079a
Loading
Loading
Loading
Loading
+0 −4
Original line number Diff line number Diff line
@@ -172,10 +172,6 @@ public class BluetoothPbapObexServer extends ServerRequestHandler {
        mCallback = callback;
        mContext = context;
        mVcardManager = new BluetoothPbapVcardManager(mContext);

        // set initial value when ObexServer created
        mMissedCallSize = mVcardManager.getPhonebookSize(ContentType.MISSED_CALL_HISTORY);
        if (D) Log.d(TAG, "Initialize mMissedCallSize=" + mMissedCallSize);
    }

    @Override