Recomposition does not occur in jetpack compose while the value updated
When the currentManzil is updated from the ActionBar the filename is also updated but PdfView composable is not recall which uses the filename. Because here in my code the currentManzil is updated from the ActionBar and when the currentManzil updated it automatically updated the filename but when the filename updated i want to recall the PdfView composable or i want recomposition which updated my UI according to new data.
Here is my code below :