chore: Remove custom errorwidgetbuilder

We should rather switch to sentry at one point instead of
annoying users with error popups
all the time.
pull/1859/head
Christian Kußowski 2 months ago
parent 30fe351531
commit 1c9a3115c9
No known key found for this signature in database
GPG Key ID: E067ECD60F1A0652

@ -8,7 +8,6 @@ import 'package:shared_preferences/shared_preferences.dart';
import 'package:fluffychat/config/app_config.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';
@ -72,7 +71,6 @@ Future<void> startGui(List<Client> clients, SharedPreferences store) async {
await firstClient?.roomsLoading;
await firstClient?.accountDataLoading;
ErrorWidget.builder = (details) => FluffyChatErrorWidget(details);
runApp(FluffyChatApp(clients: clients, pincode: pin, store: store));
}

Loading…
Cancel
Save