mirror of
https://github.com/bggRGjQaUbCoE/PiliPlus.git
synced 2026-04-20 11:08:03 +08:00
live dm action
Signed-off-by: bggRGjQaUbCoE <githubaccount56556@proton.me>
This commit is contained in:
@@ -41,10 +41,10 @@ class LiveDmBlockController extends GetxController
|
||||
updateValue();
|
||||
|
||||
if (response?.keywordList case final keywordList?) {
|
||||
keywordList.addAll(keywordList);
|
||||
this.keywordList.addAll(keywordList);
|
||||
}
|
||||
if (response?.shieldUserList case final shieldUserList?) {
|
||||
shieldUserList.addAll(shieldUserList);
|
||||
this.shieldUserList.addAll(shieldUserList);
|
||||
}
|
||||
} else {
|
||||
res.toast();
|
||||
|
||||
Reference in New Issue
Block a user