File tree Expand file tree Collapse file tree 1 file changed +6
-5
lines changed Expand file tree Collapse file tree 1 file changed +6
-5
lines changed Original file line number Diff line number Diff line change @@ -1112,11 +1112,12 @@ void main() {
1112
1112
realmUrl: data.realmUrl,
1113
1113
userId: data.userId,
1114
1114
narrow: switch (data.recipient) {
1115
- FcmMessageChannelRecipient (: var streamId, : var topic) =>
1116
- TopicNarrow (streamId, topic),
1117
- FcmMessageDmRecipient (: var allRecipientIds) =>
1118
- DmNarrow (allRecipientIds: allRecipientIds, selfUserId: data.userId),
1119
- }).buildUrl ();
1115
+ FcmMessageChannelRecipient (: var streamId, : var topic) =>
1116
+ TopicNarrow (streamId, topic),
1117
+ FcmMessageDmRecipient (: var allRecipientIds) =>
1118
+ DmNarrow (allRecipientIds: allRecipientIds, selfUserId: data.userId),
1119
+ }).buildUrl ();
1120
+ addTearDown (tester.binding.platformDispatcher.clearDefaultRouteNameTestValue);
1120
1121
tester.binding.platformDispatcher.defaultRouteNameTestValue = intentDataUrl.toString ();
1121
1122
1122
1123
// Now start the app.
You can’t perform that action at this time.
0 commit comments