mirror of
https://github.com/wgh136/pixes.git
synced 2025-09-27 04:57:23 +00:00
follow in user info page
This commit is contained in:
@@ -268,7 +268,11 @@ class _BottomBarState extends State<_BottomBar> {
|
||||
color: ColorScheme.of(context).secondaryContainer,
|
||||
child: GestureDetector(
|
||||
onTap: () => context.to(() =>
|
||||
UserInfoPage(widget.illust.author.id.toString())),
|
||||
UserInfoPage(
|
||||
widget.illust.author.id.toString(),
|
||||
followCallback: (b) => setState(() {
|
||||
widget.illust.author.isFollowed = b;
|
||||
}),)),
|
||||
child: AnimatedImage(
|
||||
image: CachedImageProvider(widget.illust.author.avatar),
|
||||
width: 40,
|
||||
|
Reference in New Issue
Block a user