mirror of
				https://github.com/KokaKiwi/BarInsta
				synced 2025-10-31 03:25:34 +00:00 
			
		
		
		
	what
This commit is contained in:
		
							parent
							
								
									cdb337e07f
								
							
						
					
					
						commit
						9850b19fcf
					
				| @ -199,7 +199,7 @@ public final class MainHelper implements SwipeRefreshLayout.OnRefreshListener { | ||||
| 
 | ||||
|         @Override | ||||
|         public void onResult(final DiscoverItemModel[] result) { | ||||
|             if (result.length == 0) { | ||||
|             if (result == null || result.length == 0) { | ||||
|                 Toast.makeText(main, R.string.discover_empty, Toast.LENGTH_SHORT).show(); | ||||
|             } | ||||
|             else if (result != null) { | ||||
|  | ||||
		Loading…
	
	
			
			x
			
			
		
	
		Reference in New Issue
	
	Block a user