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

Commit 11182355 authored by Treehugger Robot's avatar Treehugger Robot Committed by Gerrit Code Review
Browse files

Merge "Make URLs in Wi-Fi Calling help description clickable"

parents 12677c26 4e00cbcb
Loading
Loading
Loading
Loading
+2 −0
Original line number Diff line number Diff line
@@ -33,6 +33,7 @@ import android.telephony.TelephonyManager;
import android.telephony.ims.ImsMmTelManager;
import android.telephony.ims.ProvisioningManager;
import android.text.TextUtils;
import android.text.util.Linkify;
import android.util.Log;
import android.view.LayoutInflater;
import android.view.View;
@@ -182,6 +183,7 @@ public class WifiCallingSettingsForSub extends SettingsPreferenceFragment

        mEmptyView = getView().findViewById(android.R.id.empty);
        setEmptyView(mEmptyView);
        mEmptyView.setAutoLinkMask(Linkify.WEB_URLS);
        final Resources res = getResourcesForSubId();
        final String emptyViewText = res.getString(R.string.wifi_calling_off_explanation,
                res.getString(R.string.wifi_calling_off_explanation_2));