mirror of
https://github.com/M66B/FairEmail.git
synced 2025-01-02 13:14:39 +00:00
Show account name to authenticate again
This commit is contained in:
parent
4c4672ab93
commit
82c42122c0
1 changed files with 1 additions and 0 deletions
|
@ -941,6 +941,7 @@ public class ActivitySetup extends ActivityBase implements FragmentManager.OnBac
|
|||
if (account.auth_type == AUTH_TYPE_GMAIL &&
|
||||
GmailState.getAccount(context, account.user) == null) {
|
||||
SpannableStringBuilder ssb = new SpannableStringBuilder();
|
||||
ssb.append(account.name).append(": ");
|
||||
ssb.append(context.getString(R.string.title_importing_wizard));
|
||||
ssb.setSpan(new StyleSpan(Typeface.BOLD), 0, ssb.length(), 0);
|
||||
ssb.setSpan(new ForegroundColorSpan(colorWarning), 0, ssb.length(), 0);
|
||||
|
|
Loading…
Reference in a new issue