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

Commit e1fb5654 authored by Jaikumar Ganesh's avatar Jaikumar Ganesh Committed by Android (Google) Code Review
Browse files

Merge "Fix 'New Missed Calls' count in PullvCardListing" into honeycomb

parents b27df66a afdc7cbd
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;