chore: do format
This commit is contained in:
parent
940d3e62db
commit
acce4a8d7b
1 changed files with 2 additions and 1 deletions
|
|
@ -1,7 +1,6 @@
|
|||
import 'dart:async';
|
||||
import 'dart:convert';
|
||||
|
||||
import 'package:fluffychat/pages/chat_list/chat_list.dart';
|
||||
import 'package:flutter/foundation.dart';
|
||||
import 'package:flutter/material.dart';
|
||||
|
||||
|
|
@ -18,6 +17,7 @@ import 'package:universal_html/html.dart' as html;
|
|||
import 'package:url_launcher/url_launcher_string.dart';
|
||||
|
||||
import 'package:fluffychat/l10n/l10n.dart';
|
||||
import 'package:fluffychat/pages/chat_list/chat_list.dart';
|
||||
import 'package:fluffychat/utils/client_manager.dart';
|
||||
import 'package:fluffychat/utils/init_with_restore.dart';
|
||||
import 'package:fluffychat/utils/matrix_sdk_extensions/matrix_file_extension.dart';
|
||||
|
|
@ -102,6 +102,7 @@ class MatrixState extends State<Matrix> with WidgetsBindingObserver {
|
|||
Logs().w('Tried to set an unknown user $userId as active');
|
||||
}
|
||||
}
|
||||
|
||||
void setController(ChatListController controller) {
|
||||
this.controller = controller;
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue