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

Commit 7f62e060 authored by Rohit Yengisetty's avatar Rohit Yengisetty
Browse files

Fix 'Learn More' link within the picker for caller-info provider

Avoid constructing the Spanned object on the client-side as it
isn't Parcelable. Send the html-encoded text as the subtext instead,
which will be spanned within Discovery service wherein the dialog
originates.

Issue-Id: OPO-705
Change-Id: Icce7583364474ff75c747d38cdc5d1b2000ceac1
parent 9fb1a7b0
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -141,7 +141,7 @@ public class CallerInfoProviderPicker {
                text += String.format(learnMore, info.getPrivacyPolicyUrl(),
                        res.getString(R.string.callerinfo_provider_auth_learn_more));
            }
            subText = Html.fromHtml(text);
            subText = text;
        }

        int logoWidth = context.getResources().getDimensionPixelSize(