fix: Open URIs
This commit is contained in:
parent
6731517d70
commit
0ecbe842a5
3 changed files with 17 additions and 12 deletions
|
|
@ -83,7 +83,7 @@ class NewPrivateChatView extends StatelessWidget {
|
|||
decoration: InputDecoration(
|
||||
labelText: L10n.of(context).typeInInviteLinkManually,
|
||||
hintText: '@username',
|
||||
prefixText: 'https://matrix.to/#/',
|
||||
prefixText: 'matrix.to/#/',
|
||||
suffixIcon: IconButton(
|
||||
icon: const Icon(Icons.send_outlined),
|
||||
onPressed: controller.submitAction,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue