We need to start TrimVideo with fragment.activity so it's not possible to get the result directly into the fragment, I think it requires an extra step to do just that, especially when we're working with Navigation Architecture Component. I would highly appreciate it if you can write another start method with fragment and do fragment.startActivityForResult will work then. Thanks.
We need to start TrimVideo with
fragment.activity
so it's not possible to get the result directly into the fragment, I think it requires an extra step to do just that, especially when we're working with Navigation Architecture Component. I would highly appreciate it if you can write another start method with fragment and dofragment.startActivityForResult
will work then. Thanks.