HOTFIX Thread Detail Next previous
This commit is contained in:
+2
@@ -41,8 +41,10 @@ extension ThreadDetailNextPreviousActions on ThreadDetailManager {
|
||||
void _preparePageWithIndex(int index) {
|
||||
currentMobilePageViewIndex.value = index;
|
||||
pageController ??= PageController(initialPage: index);
|
||||
if (pageController?.hasClients == true) {
|
||||
pageController?.jumpToPage(index);
|
||||
}
|
||||
}
|
||||
|
||||
void _goToPageWithEmail(PresentationEmail? presentationEmail) {
|
||||
mailboxDashBoardController.setSelectedEmail(presentationEmail);
|
||||
|
||||
Reference in New Issue
Block a user