mirror of
https://github.com/M66B/FairEmail.git
synced 2024-12-22 07:42:52 +00:00
Replace all
This commit is contained in:
parent
469c2de8cd
commit
7b50783b0c
1 changed files with 1 additions and 1 deletions
|
@ -10460,7 +10460,7 @@ public class FragmentMessages extends FragmentBase
|
|||
tvExpired.setVisibility(record.isExpired(time) ? View.VISIBLE : View.GONE);
|
||||
|
||||
if (!TextUtils.isEmpty(algo))
|
||||
algo = algo.replace("(?i)With", "/");
|
||||
algo = algo.replaceAll("(?i)With", "/");
|
||||
tvAlgorithm.setText(algo);
|
||||
|
||||
tvKeyAlgorithmTitle.setVisibility(info ? View.VISIBLE : View.GONE);
|
||||
|
|
Loading…
Reference in a new issue