过期弹窗不展示
This commit is contained in:
parent
3be68c17f8
commit
b4c45e6400
@ -1469,6 +1469,13 @@ class RealTimeMessagingManager extends ChangeNotifier {
|
|||||||
}
|
}
|
||||||
return true;
|
return true;
|
||||||
}
|
}
|
||||||
|
if (result == _CpInviteProcessResult.expired) {
|
||||||
|
_cpInviteLog(
|
||||||
|
'skip CP invite expired result dialog applyId=$applyId '
|
||||||
|
'relationType=$relationType',
|
||||||
|
);
|
||||||
|
return true;
|
||||||
|
}
|
||||||
unawaited(
|
unawaited(
|
||||||
_showCpInviteResultDialog(
|
_showCpInviteResultDialog(
|
||||||
context: context,
|
context: context,
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user