. Clicking on the new mail notification gets you to the default folder if any else to the folder list
This commit is contained in:
parent
2cb5bdebb3
commit
47a8537f08
1 changed files with 3 additions and 0 deletions
|
@ -364,6 +364,9 @@ public class FolderList extends K9ListActivity {
|
|||
if (initialFolder != null) {
|
||||
intent.putExtra(EXTRA_INITIAL_FOLDER, initialFolder);
|
||||
}
|
||||
else {
|
||||
intent.putExtra(EXTRA_STARTUP, true);
|
||||
}
|
||||
return intent;
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in a new issue