Fix STOPSHIP: Show account name as subtitle.

Change-Id: Ie617ade795526c349f7a401115e6e04831096587
This commit is contained in:
Makoto Onuki 2010-07-22 17:22:42 -07:00
parent 9ddd1e7fa4
commit a51097c1b8

View File

@ -125,12 +125,9 @@ public class MailboxList extends Activity implements MailboxListFragment.Callbac
// something is wrong with this account
finish();
}
// STOPSHIP this doesn't work - the subtitle doesn't work - bug 2805131
// mActionBar.setStandardNavigationMode(
// MailboxList.this.getText(R.string.mailbox_list_title),
// accountName);
// STOPSHIP - so, for temp fix, show the account name (since it's the dynamic value)
mActionBar.setStandardNavigationMode(accountName);
mActionBar.setStandardNavigationMode(
MailboxList.this.getText(R.string.mailbox_list_title),
accountName);
}
}.execute();