Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit b210762a authored by Daniel Applebaum's avatar Daniel Applebaum
Browse files

Revert unintentional change

parent 8ca1830a
Loading
Loading
Loading
Loading
+4 −1
Original line number Diff line number Diff line
@@ -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);