mirror of
https://github.com/CatimaLoyalty/Android.git
synced 2026-09-15 15:58:50 -04:00
Move info text dialog away from deprecated Linkify.ALL
This commit is contained in:
1 parent
cbb2453f6b
commit
1a474e9d22
1 file changed
+1
-1
@@ -406,7 +406,7 @@ public class LoyaltyCardViewActivity extends CatimaAppCompatActivity implements
|
||||
dialogContentPadding,
|
||||
0
|
||||
);
|
||||
infoTextview.setAutoLinkMask(Linkify.ALL);
|
||||
infoTextview.setAutoLinkMask(Linkify.EMAIL_ADDRESSES | Linkify.PHONE_NUMBERS | Linkify.WEB_URLS);
|
||||
infoTextview.setTextIsSelectable(true);
|
||||
|
||||
SpannableStringBuilder infoText = new SpannableStringBuilder();
|
||||
|
||||
Reference in new issue
Block a user