. Automatically open inbox folder when opening an account
This commit is contained in:
parent
8721b64e66
commit
c78db1c327
1 changed files with 1 additions and 1 deletions
|
@ -126,7 +126,7 @@ public class Accounts extends ListActivity implements OnItemClickListener, OnCli
|
|||
}
|
||||
|
||||
private void onOpenAccount(Account account) {
|
||||
FolderMessageList.actionHandleAccount(this, account);
|
||||
FolderMessageList.actionHandleAccount(this, account, Email.INBOX);
|
||||
}
|
||||
|
||||
public void onClick(View view) {
|
||||
|
|
Loading…
Reference in a new issue