TF-1625 Remove Rxn<Session> variable and only use Rxn<AccountId> variable to listen change

(cherry picked from commit 9b56575290cbbf3ed47835117529e0d75346d703)
This commit is contained in:
dab246
2023-03-21 17:29:44 +07:00
committed by Dat Vu
parent bb9dbb697a
commit 963613a3b6
10 changed files with 52 additions and 57 deletions
@@ -53,7 +53,7 @@ class ForwardController extends BaseController {
ForwardController() {
recipientController = ForwardRecipientController(
accountId: accountDashBoardController.accountId.value,
session: accountDashBoardController.sessionCurrent.value);
session: accountDashBoardController.sessionCurrent);
}
@override