| 
					
				 | 
			
			
				@@ -714,6 +714,9 @@ fun ColumnScope.SignInButton( 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				                         SearchListViewModel(context, serverListViewModelSplash, splashViewModelSplash) 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				                     } 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				  
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+                    serverListViewModelSplash.setRecommendedSmartServers() 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+                    serverListViewModelSplash.setCountryData() 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+ 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				                     val widgetIntent = Intent(context, SimpleAppWidget::class.java) 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				                     widgetIntent.action = SimpleAppWidget.ACTION_LOGIN 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				                     context.sendBroadcast(widgetIntent) 
			 |