mirror of
				https://github.com/bspeice/UNCCGameDay
				synced 2025-11-03 18:00:43 -05:00 
			
		
		
		
	Minor tweak
This commit is contained in:
		@ -55,7 +55,7 @@ public class LotViewFragment extends DialogFragment {
 | 
				
			|||||||
		Bundle args = this.getArguments();
 | 
							Bundle args = this.getArguments();
 | 
				
			||||||
		
 | 
							
 | 
				
			||||||
		if (args.containsKey("CHOICE"))
 | 
							if (args.containsKey("CHOICE"))
 | 
				
			||||||
			pc = ParkingChoice.valueOf(String.valueOf((char[])args.get("CHOICE")));
 | 
								pc = ParkingChoice.valueOf(String.valueOf(args.get("CHOICE")));
 | 
				
			||||||
		else
 | 
							else
 | 
				
			||||||
			pc = ParkingChoice.BLACK;
 | 
								pc = ParkingChoice.BLACK;
 | 
				
			||||||
		
 | 
							
 | 
				
			||||||
 | 
				
			|||||||
		Reference in New Issue
	
	Block a user