You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
As you can see I'm already playing the video so i don't have to pick it from the gallery since i have everything that i need (i.e the path),
What i want to do is : i want to open the Trim Activity when i click on that image that I CIRCLED WITH WHITE COLOR
But get this error when i called ActivityResultLauncher
Fatal Exception: java.lang.NullPointerException Attempt to invoke interface method 'int android.database.Cursor.getColumnIndexOrThrow(java.lang.String)' on a null object reference com.gowtham.library.utils.FileUtils.getRealPath (FileUtils.java:26) com.gowtham.library.ui.ActVideoTrimmer.lambda$setDataInView$4$ActVideoTrimmer (ActVideoTrimmer.java:217) com.gowtham.library.ui.-$$Lambda$ActVideoTrimmer$oSNiy720JmS9xLvkSHcIMIc37rE.run (Unknown Source:2) java.util.concurrent.ThreadPoolExecutor.runWorker (ThreadPoolExecutor.java:1167)
The text was updated successfully, but these errors were encountered:
Usman-Click
changed the title
HOW TO USE THIS LIB WITHOUT PICKING VIDEO FROM GALLARY
HOW TO USE THIS LIB WITHOUT PICKING VIDEO FROM GALLERY
Oct 6, 2022
Hi,
As you can see I'm already playing the video so i don't have to pick it from the gallery since i have everything that i need (i.e the path),
What i want to do is : i want to open the Trim Activity when i click on that image that I CIRCLED WITH WHITE COLOR
But get this error when i called ActivityResultLauncher
Fatal Exception: java.lang.NullPointerException Attempt to invoke interface method 'int android.database.Cursor.getColumnIndexOrThrow(java.lang.String)' on a null object reference com.gowtham.library.utils.FileUtils.getRealPath (FileUtils.java:26) com.gowtham.library.ui.ActVideoTrimmer.lambda$setDataInView$4$ActVideoTrimmer (ActVideoTrimmer.java:217) com.gowtham.library.ui.-$$Lambda$ActVideoTrimmer$oSNiy720JmS9xLvkSHcIMIc37rE.run (Unknown Source:2) java.util.concurrent.ThreadPoolExecutor.runWorker (ThreadPoolExecutor.java:1167)
The text was updated successfully, but these errors were encountered: