mirror of
https://github.com/moparisthebest/k-9
synced 2024-11-27 11:42:16 -05:00
. 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
@ -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 New Issue
Block a user