mirror of
https://gitlab.com/comunic/comunicmobile
synced 2025-09-18 21:38:48 +00:00
Continue to fix deprecation warnings
This commit is contained in:
@@ -135,7 +135,7 @@ class _UserPageTabletState extends State<UserPageTablet> {
|
||||
// Private messages
|
||||
!_isCurrentUser
|
||||
? Expanded(
|
||||
child: OutlineButton(
|
||||
child: OutlinedButton(
|
||||
onPressed: () =>
|
||||
openPrivateConversation(context, _userInfo.id),
|
||||
child: Icon(Icons.message),
|
||||
|
Reference in New Issue
Block a user