Kamil Halko

Results 2 comments of Kamil Halko

I can confirm I saw the same behavior. For a workaround I can suggest you to call `popFragment()` with the same options as you call `pushFragment()`, so: `fragNavController?.popFragment(fragment, FragNavTransactionOptions.newBuilder() .customAnimations(enterAnimation,...

Another use case for specifying visibility for generated classes/interfaces is when you would like to use SQLDelight in Android/multiplatform library. Because of the lack of official support to build a...