1
0
mirror of https://gitlab.com/comunic/comunicmobile synced 2025-06-19 08:15:16 +00:00

Continue to fix deprecation warnings

This commit is contained in:
2021-03-13 15:38:43 +01:00
parent 230cb2c018
commit ad2cf6d4f9
8 changed files with 22 additions and 23 deletions

View File

@ -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),