Dev4Life

Results 23 comments of Dev4Life

It's not possible as the camera preview that is open already needs to be stopped & drop the frames to create new preview with new configs. You can put the...

Working on that. Will create a pull request when done.

@HuuNguyen312 Thanks for the feature implementation, but is has a bug. Image don't flip when you don't rotate it and just flip it directly and then save. Here is what...

I solved it. Check my answer here - [solution](https://github.com/quiph/RecyclerView-FastScroller/issues/43#issuecomment-1409879055)

Faced the same bug, solved by putting this with try-catch in onResume() of the fragment ``` try { binding.mediaFastscroller.attachFastScrollerToRecyclerView(binding.rvMoments) } catch (e: Exception) { e.printStackTrace() } ``` It's not the...

You need to check if the service is available or not on the device like this, ``` if (GeoCoder.isPresent()) { //TODO Get the address } ```

Same problem.

不,没有

Getting same error from firebase crashlytics. Not happening while testing.

No..You can't. Because watermark video is snapshot video. Captures everything in the preview screen. It's not possible to get 2 different videos at a time (With & without watermark). So...