Ravikiran Pathade

Results 2 issues of Ravikiran Pathade

``` dkImagePickerController.didSelectAssets = { [weak self] (assets: [DKAsset]) in for asset in assets{ guard let _ = asset.originalAsset else { continue } print(asset?.isExportable, asset?.isPlayable) } } ``` The above code...

![img_0005](https://user-images.githubusercontent.com/19513557/51630468-3c214400-1f18-11e9-8dcb-de929016339e.PNG) Camera thumbnail does not show up in the gallery if there are no images on the current device (Only for Photos mode).