Curl Coder

Results 4 issues of Curl Coder

I tried using virtscreen --right but it shows issue on the diplay. ![20200415_235944](https://user-images.githubusercontent.com/4174860/79359632-6cb62900-7f75-11ea-9411-c6121bfcf05b.jpg)

There's no clue how the error happen. Fatal Exception: java.lang.NullPointerException: Attempt to invoke virtual method 'int android.graphics.Bitmap.getWidth()' on a null object reference at android.graphics.Bitmap.createScaledBitmap(Bitmap.java:748) at com.mikhaellopez.circularimageview.CircularImageView.bitmapDrawableToBitmap(CircularImageView.kt:452) at com.mikhaellopez.circularimageview.CircularImageView.drawableToBitmap(CircularImageView.kt:430) at com.mikhaellopez.circularimageview.CircularImageView.loadBitmap(CircularImageView.kt:329)...

![Screenshot from 2020-06-11 15-06-22](https://user-images.githubusercontent.com/4174860/84387201-35869000-ac25-11ea-8a32-efa77da507af.png) I have LinearLayout as the parent of CircleImageView. I wonder how did the part of the Linearlayout become transparent below the CircleImageView.

if (result.getResultCode() == Activity.RESULT_OK) { onVideoSelected(result.getData()); }