fix: uncommented call to change room description (#1608)
This commit is contained in:
parent
edd49cdafe
commit
d229207d18
1 changed files with 4 additions and 0 deletions
|
|
@ -95,6 +95,10 @@ class ChatDetailsController extends State<ChatDetails> {
|
|||
);
|
||||
if (input == null) return;
|
||||
// #Pangea
|
||||
await showFutureLoadingDialog(
|
||||
context: context,
|
||||
future: () => room.setDescription(input.single),
|
||||
);
|
||||
// final success = await showFutureLoadingDialog(
|
||||
// context: context,
|
||||
// future: () => room.setDescription(input.single),
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue