mirror of
https://github.com/M66B/FairEmail.git
synced 2025-02-22 06:01:12 +00:00
Small improvement
This commit is contained in:
parent
dd6e85cee2
commit
6bff3e1349
1 changed files with 3 additions and 0 deletions
|
@ -116,6 +116,9 @@ public class FragmentDialogPwned extends FragmentDialogBase {
|
|||
if (pwned) {
|
||||
ssb.setSpan(new ForegroundColorSpan(colorError), start, ssb.length(), 0);
|
||||
ssb.setSpan(new StyleSpan(Typeface.BOLD), start, ssb.length(), 0);
|
||||
ssb.append(' ').append(Integer.toString(count)).append('×');
|
||||
if (BuildConfig.DEBUG)
|
||||
ssb.append(' ').append(password);
|
||||
} else
|
||||
ssb.setSpan(new ForegroundColorSpan(colorVerified), start, ssb.length(), 0);
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue