[UserListView] Fix indicatorConstraints for grid user item
Signed-off-by: Sahil Kumar <[email protected]>
This commit is contained in:
@@ -416,6 +416,10 @@ class _UserListViewState extends State<UserListView>
|
||||
height: 64,
|
||||
width: 64,
|
||||
),
|
||||
onlineIndicatorConstraints: BoxConstraints.tightFor(
|
||||
height: 12,
|
||||
width: 12,
|
||||
),
|
||||
onTap: (user) =>
|
||||
widget.onUserTap(user, widget.userWidget),
|
||||
onLongPress: widget.onUserLongPress,
|
||||
|
||||
Reference in New Issue
Block a user