Merge change 25459 into eclair
* changes: Fix sort order of MailboxList
This commit is contained in:
commit
a6888d7448
@ -321,7 +321,7 @@ public class MailboxList extends ListActivity implements OnItemClickListener, On
|
||||
MailboxList.this.mListAdapter.PROJECTION,
|
||||
MAILBOX_SELECTION,
|
||||
new String[] { String.valueOf(mAccountKey) },
|
||||
MailboxColumns.TYPE);
|
||||
MailboxColumns.TYPE + "," + MailboxColumns.DISPLAY_NAME);
|
||||
}
|
||||
|
||||
@Override
|
||||
|
Loading…
Reference in New Issue
Block a user