TF-3837 Thread Detail Adjust view when offline
This commit is contained in:
+2
@@ -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)
|
||||
|
||||
Reference in New Issue
Block a user