全站喇叭

This commit is contained in:
18401019693
2022-09-15 10:40:15 +08:00
parent 169bf74f31
commit 0af40fa7e5
3 changed files with 4 additions and 1 deletions

View File

@@ -199,6 +199,8 @@ public class LiveInputDialogFragment extends AbsDialogFragment implements View.O
@Override
public void onError(String error) {
dismiss();
ToastUtil.show(error);
}
});
break;