Curl Coder
Curl Coder
I tried using virtscreen --right but it shows issue on the diplay. 
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)...
 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()); }