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