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