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

Commit 3337c3b9 authored by Chienyuan's avatar Chienyuan Committed by Chienyuan Huang
Browse files

Remove offset when using composeAndSendSelectedCallLogVcards

Patch 1171200 change the startIndex/lastIndex value in pullPhonebook()
But the patch forgot to remove the offset for call log and cause
CursorIndexOutOfBoundsException.

Bug: 150579294
Test: manual
Change-Id: I87d6c2840db1ee8d2a33cefa6ab438e3d1464a99
parent c2d8988a
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -1334,7 +1334,7 @@ public class BluetoothPbapObexServer extends ServerRequestHandler {
            }
        } else {
            return mVcardManager.composeAndSendSelectedCallLogVcards(appParamValue.needTag, op,
                    startPoint + 1, endPoint + 1, vcard21, needSendBody, pbSize,
                    startPoint, endPoint, vcard21, needSendBody, pbSize,
                    appParamValue.ignorefilter, appParamValue.propertySelector,
                    appParamValue.vCardSelector, appParamValue.vCardSelectorOperator,
                    mVcardSelector);