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

Commit 59bad9eb authored by Gary Mai's avatar Gary Mai Committed by android-build-merger
Browse files

Right align view linked contacts buttons

am: 591a699c

Change-Id: If8ba1d2d466a6e31b46fc24b675c2b247af39352
parents 0f572a9b 591a699c
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -194,7 +194,7 @@ public class PickRawContactDialogFragment extends DialogFragment {
                            getActivity().startActivityForResult(intent, REQUEST_CODE_JOIN);
                        }
                    });
            builder.setNeutralButton(R.string.contact_editor_unlink_contacts,
            builder.setNegativeButton(R.string.contact_editor_unlink_contacts,
                    new DialogInterface.OnClickListener() {
                        @Override
                        public void onClick(DialogInterface dialog, int which) {