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

Commit 27385b9b authored by Matthew Xie's avatar Matthew Xie Committed by Gerrit Code Review
Browse files

Merge "PBAP: Remove initialisation of Missed calls number"

parents 429460a8 28c90ba4
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