fixup! HOTFIX Thread Detail Next previous
This commit is contained in:
+1
@@ -39,6 +39,7 @@ extension ThreadDetailNextPreviousActions on ThreadDetailManager {
|
||||
}
|
||||
|
||||
void _preparePageWithIndex(int index) {
|
||||
if (!PlatformInfo.isMobile) return;
|
||||
currentMobilePageViewIndex.value = index;
|
||||
pageController ??= PageController(initialPage: index);
|
||||
if (pageController?.hasClients == true) {
|
||||
|
||||
Reference in New Issue
Block a user