in viewpager with fragment scenario, the child fra...
# compose
s
in viewpager with fragment scenario, the child fragments can add menu and respond to them inside the child fragment itself. whenever a different fragment is selected, it will automatically destroy the old child fragment menu and create a new one. How can it be implemented in compose? i couldn't get a proper solution.