P▽
Size: a a a
P▽
P▽
KT
AP
P▽
override fun applyCommands(commands: Array<out Command>?) {
super.applyCommands(commands)
val fragmentById: Fragment? = fragmentManager.findFragmentById(containerId)
if(fragmentById != null) callback.onBackStackChanged(fragmentById)
}
val fragmentById: Fragment? = fragmentManager.findFragmentById(containerId)
P▽
KT
P▽
KT
P▽
override fun applyCommands(commands: Array<out Command>?) {
super.applyCommands(commands)
fragmentManager.executePendingTransactions()
val fragmentById: Fragment? = fragmentManager.findFragmentById(containerId)
if(fragmentById != null) callback.onBackStackChanged(fragmentById)
}
SB
KT
KT
KT
VC
SB
YA
YA
KT