chore: Minor design improvements
This commit is contained in:
parent
78664e8dbd
commit
c4c594adf1
7 changed files with 25 additions and 13 deletions
|
|
@ -163,7 +163,7 @@ class ChatListController extends State<ChatList> with TickerProviderStateMixin {
|
|||
|
||||
Stream<Client> get clientStream => _clientStream.stream;
|
||||
|
||||
void addAccountAction() => VRouter.of(context).to('/settings/account/add');
|
||||
void addAccountAction() => VRouter.of(context).to('/settings/account');
|
||||
|
||||
void _onScroll() {
|
||||
final newScrolledToTop = scrollController.position.pixels <= 0;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue