Muhammad Rafi Triandi

Results 2 issues of Muhammad Rafi Triandi

private fun bindCameraUseCases() = with(binding.viewFinder) { val screenAspectRatio = AspectRatio.RATIO_16_9 val viewPort = ViewPort.Builder( Rational( width, height ), display.rotation ).build() val cameraProvider = cameraProvider ?: throw IllegalStateException(getString(R.string.res_error_camera_start)) val cameraSelector =...

Please make currentStep mutable so that I can store the state in the ViewModel.