更新多个用户连接同一个设备的通知
This commit is contained in:
@@ -188,8 +188,7 @@ class _RoomPickerPageState extends State<RoomPickerPage> {
|
||||
"id": editedData["_id"],
|
||||
"roomId": rooms[selectedIndex]['_id'],
|
||||
},
|
||||
onSuccess: (res) {
|
||||
|
||||
onSuccess: (res) {
|
||||
TopSlideNotification.show(context,
|
||||
text: "更新成功".tr,
|
||||
textColor: Color(0XFF00C1AA));
|
||||
|
||||
Reference in New Issue
Block a user