hotfix: Email content broken when restore app from background then swipe to next/previous email on tablet
This commit is contained in:
@@ -82,7 +82,10 @@ class ThreadDetailManager extends ReloadableController {
|
||||
return;
|
||||
}
|
||||
|
||||
initializeThreadDetailManager(currentDisplayedEmails);
|
||||
initializeThreadDetailManager(
|
||||
currentDisplayedEmails,
|
||||
selectedEmail,
|
||||
);
|
||||
},
|
||||
);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user