mirror of
https://github.com/bggRGjQaUbCoE/PiliPlus.git
synced 2026-05-21 08:38:37 +00:00
opt: LoadingState (#1776)
This commit is contained in:
committed by
GitHub
parent
3741fe54ff
commit
17883eb77e
@@ -60,8 +60,8 @@ class WhisperDetailController extends CommonListController<RspSessionMsg, Msg> {
|
||||
talkerId: talkerId,
|
||||
ackSeqno: msgSeqno,
|
||||
);
|
||||
if (!res['status']) {
|
||||
SmartDialog.showToast(res['msg']);
|
||||
if (!res.isSuccess) {
|
||||
res.toast();
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user