mirror of
https://github.com/bggRGjQaUbCoE/PiliPlus.git
synced 2026-04-22 11:41:09 +08:00
fix menu position
fix sc opt ui Signed-off-by: dom <githubaccount56556@proton.me>
This commit is contained in:
@@ -527,9 +527,11 @@ class LiveRoomController extends GetxController {
|
||||
} else {
|
||||
bool? refresh;
|
||||
for (final id in ids) {
|
||||
final item = superChatMsg.firstWhereOrNull((e) => e.id == id);
|
||||
item?.deleted = true;
|
||||
refresh ??= true;
|
||||
if (superChatMsg.firstWhereOrNull((e) => e.id == id)
|
||||
case final item?) {
|
||||
item.deleted = true;
|
||||
refresh ??= true;
|
||||
}
|
||||
}
|
||||
if (refresh ?? false) {
|
||||
superChatMsg.refresh();
|
||||
|
||||
Reference in New Issue
Block a user