Use right uri for combined account compose

Bug: 6323241
Change-Id: I9e705b94363c7a311cdb7cbd04da60aeb63f8fd2
This commit is contained in:
Marc Blank 2012-04-16 11:18:01 -07:00
parent 49927a0ae4
commit ba30ce9343
1 changed files with 1 additions and 1 deletions

View File

@ -2622,7 +2622,7 @@ outer:
values[UIProvider.ACCOUNT_SETTINGS_INTENT_URI_COLUMN] =
getExternalUriString("settings", COMBINED_ACCOUNT_ID_STRING);
values[UIProvider.ACCOUNT_COMPOSE_INTENT_URI_COLUMN] =
getExternalUriString("compose", idString);
getExternalUriStringEmail2("compose", Long.toString(id));
// TODO: Get these from default account?
Preferences prefs = Preferences.getPreferences(getContext());