mirror of
https://github.com/bggRGjQaUbCoE/PiliPlus.git
synced 2026-08-03 01:00:14 +08:00
@@ -915,16 +915,16 @@ class ReplyItemGrpc extends StatelessWidget {
|
|||||||
},
|
},
|
||||||
);
|
);
|
||||||
|
|
||||||
if (urlKeys.isNotEmpty) {
|
// if (urlKeys.isNotEmpty) {
|
||||||
List<String> unmatchedItems = urlKeys
|
// List<String> unmatchedItems = urlKeys
|
||||||
.where((url) => !matchedUrls.contains(url))
|
// .where((url) => !matchedUrls.contains(url))
|
||||||
.toList();
|
// .toList();
|
||||||
if (unmatchedItems.isNotEmpty) {
|
// if (unmatchedItems.isNotEmpty) {
|
||||||
for (final patternStr in unmatchedItems) {
|
// for (final patternStr in unmatchedItems) {
|
||||||
addUrl(patternStr, content.urls[patternStr]!);
|
// addUrl(patternStr, content.urls[patternStr]!);
|
||||||
}
|
// }
|
||||||
}
|
// }
|
||||||
}
|
// }
|
||||||
|
|
||||||
if (!hasNote && replyControl.isNote && replyControl.isNoteV2) {
|
if (!hasNote && replyControl.isNote && replyControl.isNoteV2) {
|
||||||
final Color color;
|
final Color color;
|
||||||
|
|||||||
Reference in New Issue
Block a user