revert message row image size change
continuous-integration/drone/pr Build is pending Details

This commit is contained in:
Sarah Jamie Lewis 2022-02-08 14:05:23 -08:00
parent 2e5ee796fa
commit 2a07ba8ed7
1 changed files with 1 additions and 1 deletions

View File

@ -167,7 +167,7 @@ class MessageRowState extends State<MessageRow> with SingleTickerProviderStateMi
child: Padding( child: Padding(
padding: EdgeInsets.all(4.0), padding: EdgeInsets.all(4.0),
child: ProfileImage( child: ProfileImage(
diameter: 64.0, diameter: 48.0,
// default to the contact image...otherwise use a derived sender image... // default to the contact image...otherwise use a derived sender image...
imagePath: imagePath, imagePath: imagePath,
border: contact.status == "Authenticated" ? Provider.of<Settings>(context).theme.portraitOnlineBorderColor : Provider.of<Settings>(context).theme.portraitOfflineBorderColor, border: contact.status == "Authenticated" ? Provider.of<Settings>(context).theme.portraitOnlineBorderColor : Provider.of<Settings>(context).theme.portraitOfflineBorderColor,