fluffychat merge
This commit is contained in:
commit
1b6909522c
2 changed files with 1 additions and 3 deletions
|
|
@ -15,7 +15,6 @@ import 'package:fluffychat/pangea/common/utils/firebase_analytics.dart';
|
|||
import 'package:fluffychat/pangea/learning_settings/utils/p_language_store.dart';
|
||||
import 'package:fluffychat/utils/client_manager.dart';
|
||||
import 'package:fluffychat/utils/platform_infos.dart';
|
||||
import 'package:fluffychat/widgets/error_widget.dart';
|
||||
import 'config/setting_keys.dart';
|
||||
import 'utils/background_push.dart';
|
||||
import 'widgets/fluffy_chat_app.dart';
|
||||
|
|
@ -102,8 +101,6 @@ Future<void> startGui(List<Client> clients, SharedPreferences store) async {
|
|||
await firstClient?.roomsLoading;
|
||||
await firstClient?.accountDataLoading;
|
||||
|
||||
ErrorWidget.builder = (details) => FluffyChatErrorWidget(details);
|
||||
|
||||
// #Pangea
|
||||
// errors seems to happen a lot when users switch better production / staging
|
||||
// while testing by accident. If the account is a production account but server is
|
||||
|
|
|
|||
|
|
@ -66,6 +66,7 @@ class _MxcImageState extends State<MxcImage> {
|
|||
}
|
||||
|
||||
Future<void> _load() async {
|
||||
if (!mounted) return;
|
||||
final client =
|
||||
widget.client ?? widget.event?.room.client ?? Matrix.of(context).client;
|
||||
final uri = widget.uri;
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue