TF-1899 Display From field when no network

(cherry picked from commit fada6e635753415e24b0efac1db0b020f6858256)
This commit is contained in:
dab246
2023-06-07 14:45:06 +07:00
committed by Dat Vu
parent 9f8eab3e01
commit c1ccf43763
2 changed files with 82 additions and 56 deletions
@@ -1703,4 +1703,6 @@ class ComposerController extends BaseController {
}
bool get isNetworkConnectionAvailable => networkConnectionController.isNetworkConnectionAvailable();
UserProfile? get userProfile => mailboxDashBoardController.userProfile.value;
}