TF-3837 Thread Detail Adjust view when offline

This commit is contained in:
DatDang
2025-06-25 15:30:50 +07:00
committed by Dat H. Pham
parent 5fd4986c6a
commit 027ab8e0d8
3 changed files with 9 additions and 0 deletions
@@ -60,6 +60,8 @@ void main() {
when(threadDetailController.session).thenReturn(session);
when(threadDetailController.isThreadDetailEnabled)
.thenReturn(true);
when(threadDetailController.networkConnected)
.thenReturn(true);
when(threadDetailController.mailboxDashBoardController)
.thenReturn(mailboxDashboardController);
when(mailboxDashboardController.selectedEmail)