TF-1613 Implement handleSuccessViewState and handleFailureViewState for all controller
(cherry picked from commit 35e727e795bb3c44cc9c47e02542b5bdc3955fdd)
This commit is contained in:
@@ -257,7 +257,7 @@ class FcmMessageController extends FcmBaseController {
|
||||
|
||||
void _getSessionAction() {
|
||||
if (_getSessionInteractor != null) {
|
||||
consumeState(_getSessionInteractor!.execute().asStream());
|
||||
consumeState(_getSessionInteractor!.execute());
|
||||
} else {
|
||||
_clearRemoteMessageBackground();
|
||||
logError('FcmMessageController::_getSessionAction():_getSessionInteractor is null');
|
||||
|
||||
Reference in New Issue
Block a user