79331016

Date: 2025-01-05 15:47:43
Score: 1.5
Natty:
Report link
fun getCurrentFragment() = fa.supportFragmentManager.getBackStackEntryAt(fa.supportFragmentManager.backStackEntryCount - 1)

where fa is the fragment activity passed to your adapter

See: https://developer.android.com/develop/ui/views/animations/screen-slide-2

Reasons:
  • Probably link only (1):
  • Low length (0.5):
  • Has code block (-0.5):
  • Low reputation (0.5):
Posted by: Purple6666