'How to refresh fragment from activity on back pressed() function in kotlin android

I want to refresh listviews in the fragment, when i back press from activity. Where should i add refresh function in OnResume() or OnBackPressed() in the Activity



Sources

This article follows the attribution requirements of Stack Overflow and is licensed under CC BY-SA 3.0.

Source: Stack Overflow

Solution Source