TF-3699 Thread Detail Next previous actions (#3843)

This commit is contained in:
Dat Dang
2025-07-16 17:15:17 +07:00
committed by Dat H. Pham
parent 4d9a44df66
commit 7332b731dc
28 changed files with 581 additions and 241 deletions
@@ -38,6 +38,7 @@ class GetThreadByIdInteractor {
yield Right(GetThreadByIdSuccess(
result,
threadId: threadId,
updateCurrentThreadDetail: updateCurrentThreadDetail,
));
} catch (e) {