79441191

Date: 2025-02-15 08:43:40
Score: 0.5
Natty:
Report link

If you are using androidx.navigation.NavController, you can check from Activity or Fragment like this:

if (navController.currentDestination?.id != R.id.yourDialogFragmentId) {
    // show DialogFragment
}
Reasons:
  • Low length (0.5):
  • Has code block (-0.5):
  • Low reputation (0.5):
Posted by: Joonsoo