Commit 86af6fa4 authored by Charles-Olivier Demers's avatar Charles-Olivier Demers Committed by GitHub

Update BzwPicker.m

parent c8dc4522
...@@ -462,7 +462,7 @@ ...@@ -462,7 +462,7 @@
value = [[NSMutableArray alloc] init]; value = [[NSMutableArray alloc] init];
[dic setValue:[NSNumber numberWithInt:[_pick selectedRowInComponent:0]] forKey:@"selectedIndex"]; [dic setValue:[NSNumber numberWithInt:[_pick selectedRowInComponent:0]] forKey:@"selectedIndex"];
} else { } else {
[dic setValue:[self getselectIndexArry] forKey:@"selectedIndex"]; [dic setValue:value forKey:@"selectedIndex"];
} }
if (self.backArry.count>0) { if (self.backArry.count>0) {
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment