mirror of
https://github.com/M66B/FairEmail.git
synced 2026-04-18 15:03:15 +02:00
Updated text
This commit is contained in:
@@ -4259,7 +4259,7 @@ public class AdapterMessage extends RecyclerView.Adapter<AdapterMessage.ViewHold
|
||||
cbSecure.setChecked(secure);
|
||||
|
||||
cbSecure.setText(
|
||||
secure ? R.string.title_link_secured : R.string.title_secure_link);
|
||||
secure ? R.string.title_link_https : R.string.title_link_http);
|
||||
cbSecure.setTextColor(Helper.resolveColor(getContext(),
|
||||
secure ? android.R.attr.textColorSecondary : R.attr.colorWarning));
|
||||
cbSecure.setTypeface(
|
||||
|
||||
Reference in New Issue
Block a user