diff --git a/lib/pages/whisper_secondary/controller.dart b/lib/pages/whisper_secondary/controller.dart index 6d694cb5..79d7ca0b 100644 --- a/lib/pages/whisper_secondary/controller.dart +++ b/lib/pages/whisper_secondary/controller.dart @@ -34,6 +34,7 @@ class WhisperSecController if (response.paginationParams.hasMore == false) { isEnd = true; } + offset = response.paginationParams.offsets; return response.sessions; }