fix: Click on room aliases
This commit is contained in:
parent
3fc7356546
commit
26f047fb42
2 changed files with 11 additions and 3 deletions
|
|
@ -62,7 +62,8 @@ class SearchView extends StatelessWidget {
|
|||
);
|
||||
return DefaultTabController(
|
||||
length: 3,
|
||||
initialIndex: 1,
|
||||
initialIndex:
|
||||
controller.controller.text?.startsWith('#') ?? false ? 0 : 1,
|
||||
child: Scaffold(
|
||||
appBar: AppBar(
|
||||
leading: BackButton(),
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue