mirror of
https://github.com/moparisthebest/k-9
synced 2024-11-27 11:42:16 -05:00
. Automatically open inbox folder when opening an account
This commit is contained in:
parent
8721b64e66
commit
c78db1c327
@ -126,7 +126,7 @@ public class Accounts extends ListActivity implements OnItemClickListener, OnCli
|
|||||||
}
|
}
|
||||||
|
|
||||||
private void onOpenAccount(Account account) {
|
private void onOpenAccount(Account account) {
|
||||||
FolderMessageList.actionHandleAccount(this, account);
|
FolderMessageList.actionHandleAccount(this, account, Email.INBOX);
|
||||||
}
|
}
|
||||||
|
|
||||||
public void onClick(View view) {
|
public void onClick(View view) {
|
||||||
|
Loading…
Reference in New Issue
Block a user