mirror of
https://gitlab.com/comunic/comunicmobile
synced 2024-11-22 12:59:21 +00:00
Remove TODO
This commit is contained in:
parent
447cdac476
commit
bdcd0a2e64
@ -1,5 +1,6 @@
|
|||||||
import 'package:comunic/helpers/account_helper.dart';
|
import 'package:comunic/helpers/account_helper.dart';
|
||||||
import 'package:comunic/helpers/events_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/server_config_helper.dart';
|
||||||
import 'package:comunic/helpers/version_helper.dart';
|
import 'package:comunic/helpers/version_helper.dart';
|
||||||
import 'package:comunic/helpers/websocket_helper.dart';
|
import 'package:comunic/helpers/websocket_helper.dart';
|
||||||
@ -77,8 +78,8 @@ class _InitializeWidgetState extends SafeState<InitializeWidget> {
|
|||||||
}
|
}
|
||||||
|
|
||||||
print("Check push notifications configuration...");
|
print("Check push notifications configuration...");
|
||||||
/*if (await PushNotificationsHelper.getLocalStatus() ==
|
if (await PushNotificationsHelper.getLocalStatus() ==
|
||||||
PushNotificationsStatus.UNDEFINED)*/// TODO : remove comment
|
PushNotificationsStatus.UNDEFINED)
|
||||||
await showInitialPushNotificationsConfiguration(context);
|
await showInitialPushNotificationsConfiguration(context);
|
||||||
|
|
||||||
print("Attempting WebSocket connection...");
|
print("Attempting WebSocket connection...");
|
||||||
|
Loading…
Reference in New Issue
Block a user