1
0
mirror of https://gitlab.com/comunic/comunicmobile synced 2024-10-23 06:53:23 +00:00

Remove TODO

This commit is contained in:
Pierre HUBERT 2021-04-16 08:17:50 +02:00
parent 447cdac476
commit bdcd0a2e64

View File

@ -1,5 +1,6 @@
import 'package:comunic/helpers/account_helper.dart';
import 'package:comunic/helpers/events_helper.dart';
import 'package:comunic/helpers/push_notifications_helper.dart';
import 'package:comunic/helpers/server_config_helper.dart';
import 'package:comunic/helpers/version_helper.dart';
import 'package:comunic/helpers/websocket_helper.dart';
@ -77,8 +78,8 @@ class _InitializeWidgetState extends SafeState<InitializeWidget> {
}
print("Check push notifications configuration...");
/*if (await PushNotificationsHelper.getLocalStatus() ==
PushNotificationsStatus.UNDEFINED)*/// TODO : remove comment
if (await PushNotificationsHelper.getLocalStatus() ==
PushNotificationsStatus.UNDEFINED)
await showInitialPushNotificationsConfiguration(context);
print("Attempting WebSocket connection...");