mirror of
https://github.com/moparisthebest/k-9
synced 2025-02-07 02:30:10 -05:00
Revert unintentional change
This commit is contained in:
parent
8ca1830afb
commit
b210762ac7
@ -273,8 +273,11 @@ public class MailService extends Service {
|
||||
{
|
||||
notif.number = unreadMessageCount;
|
||||
|
||||
// Dan's way
|
||||
//Intent i = FolderMessageList.actionHandleAccountIntent(context, thisAccount);
|
||||
// Everybody else's way
|
||||
Intent i = FolderMessageList.actionHandleAccountIntent(context, thisAccount, Email.INBOX);
|
||||
|
||||
Intent i = FolderMessageList.actionHandleAccountIntent(context, thisAccount);
|
||||
|
||||
PendingIntent pi = PendingIntent.getActivity(context, 0, i, 0);
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user