Clean up
This commit is contained in:
parent
72dce3ac1d
commit
1153085742
3 changed files with 15 additions and 7 deletions
|
|
@ -113,7 +113,7 @@ class _ChatDetailsState extends State<ChatDetails> {
|
|||
Divider(height: 1),
|
||||
widget.room.canSendEvent("m.room.avatar") && !kIsWeb
|
||||
? ListTile(
|
||||
title: Text("Set group avatar"),
|
||||
title: Text("Upload group avatar"),
|
||||
leading: Icon(Icons.camera),
|
||||
onTap: () => setAvatarAction(context),
|
||||
)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue