过期弹窗不展示

This commit is contained in:
zhx 2026-05-23 21:22:20 +08:00
parent 3be68c17f8
commit b4c45e6400

View File

@ -1469,6 +1469,13 @@ class RealTimeMessagingManager extends ChangeNotifier {
}
return true;
}
if (result == _CpInviteProcessResult.expired) {
_cpInviteLog(
'skip CP invite expired result dialog applyId=$applyId '
'relationType=$relationType',
);
return true;
}
unawaited(
_showCpInviteResultDialog(
context: context,