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

Commit 9cd6142d authored by Daisuke Miyakawa's avatar Daisuke Miyakawa
Browse files

Add missing addHandler().

Bug: 2485875
parent f7a2047f
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -433,6 +433,7 @@ public class BluetoothPbapVcardManager {
                }

                composer = new VCardComposer(mContext, vcardType, true);
                composer.addHandler(new HandlerForStringBuffer(op, ownerVCard));
                if (!composer.init(Contacts.CONTENT_URI, selection, null, null)) {
                    return ResponseCodes.OBEX_HTTP_INTERNAL_ERROR;
                }