yesterday I had the pleasure of working with the F...
# android
a
yesterday I had the pleasure of working with the FragmentManager 😩. at one point my code was being rejected with the IDE complaining:
Copy code
Required: () -> Fragment
Found: Fragment
I know these are paramter-less lambda functions but wasn't sure how to resolve. thanks