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