mirror of
https://github.com/bspeice/UNCCGameDay
synced 2024-11-05 07:38:13 -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();
|
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;
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user