implemented support for viewing large group profile pictures

This commit is contained in:
2026-05-30 13:57:26 +02:00
parent ece0669f7d
commit 582432dbb9
2 changed files with 27 additions and 11 deletions
+7 -7
View File
@@ -50,13 +50,13 @@ class _ChatInfoState extends State<ChatInfo> {
isGroup: isGroup,
size: 80,
),
onTap: () {
if (isGroup) return;
TalkNavigator.pushSplitView(
context,
LargeProfilePictureView(widget.room.name),
);
},
onTap: () => TalkNavigator.pushSplitView(
context,
LargeProfilePictureView(
id: isGroup ? widget.room.token : widget.room.name,
isGroup: isGroup,
),
),
),
const SizedBox(height: 30),
Text(