Commit 3eb5424c authored by banchichen's avatar banchichen

修复第一次授权成功不跳转的问题

parent 8d95717d
......@@ -200,6 +200,7 @@
[_settingBtn removeFromSuperview];
[_timer invalidate];
_timer = nil;
[self pushPhotoPickerVc];
}
}
......
......@@ -220,8 +220,8 @@
// 4. 照片排列按修改时间升序
imagePickerVc.sortAscendingByModificationDate = self.sortAscendingSwitch.isOn;
imagePickerVc.minImagesCount = 3;
imagePickerVc.alwaysEnableDoneBtn = YES;
// imagePickerVc.minImagesCount = 3;
// imagePickerVc.alwaysEnableDoneBtn = YES;
#pragma mark - 到这里为止
// You can get the photos by block, the same as by delegate.
......
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