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

Commit cc785b33 authored by Jaikumar Ganesh's avatar Jaikumar Ganesh Committed by Android Git Automerger
Browse files

am 0b79250c: Merge "Fix \'New Missed Calls\' count in PullvCardListing"

* commit '0b79250c':
  Fix 'New Missed Calls' count in PullvCardListing
parents d8d09849 0b79250c
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -741,6 +741,7 @@ public class BluetoothPbapObexServer extends ServerRequestHandler {
                    ApplicationParameter.TRIPLET_LENGTH.PHONEBOOKSIZE_LENGTH, pbsize);

            if (mNeedNewMissedCallsNum) {
                mNeedNewMissedCallsNum = false;
                int nmnum = size - mMissedCallSize;
                mMissedCallSize = size;