mirror of
				https://gitlab.com/comunic/comunicmobile
				synced 2025-11-04 12:14:11 +00:00 
			
		
		
		
	Remove TODO
This commit is contained in:
		@@ -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...");
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user