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:
@@ -53,7 +53,7 @@ class ForwardController extends BaseController {
|
||||
ForwardController() {
|
||||
recipientController = ForwardRecipientController(
|
||||
accountId: accountDashBoardController.accountId.value,
|
||||
session: accountDashBoardController.sessionCurrent.value);
|
||||
session: accountDashBoardController.sessionCurrent);
|
||||
}
|
||||
|
||||
@override
|
||||
|
||||
Reference in New Issue
Block a user