Diego
Results
1
issues of
Diego
I'm setting the animations here ` fragNavController?.pushFragment( fragment, FragNavTransactionOptions.newBuilder() .customAnimations(enterAnimation, 0, 0, exitAnimation).build()` but when calling `fragNavController?.popFragment()?` the pop animation is not working. Any ideas about it?