mirror of
				https://github.com/KokaKiwi/BarInsta
				synced 2025-10-31 11:35:34 +00:00 
			
		
		
		
	add default case to switch statement - issue #1101
This commit is contained in:
		
							parent
							
								
									fdacd1b421
								
							
						
					
					
						commit
						1f61926108
					
				| @ -458,6 +458,10 @@ public class StoryViewerFragment extends Fragment { | ||||
| 		                    //No button clicked | ||||
| 		                    dialog.dismiss(); | ||||
| 		                    break; | ||||
| 
 | ||||
| 		               	default: | ||||
| 		               		dialog.dismiss(); | ||||
| 		               		break; | ||||
| 		           	} | ||||
| 		      	} | ||||
| 		  		}; | ||||
|  | ||||
		Loading…
	
	
			
			x
			
			
		
	
		Reference in New Issue
	
	Block a user