5. Every fragment in my app now has a red line on the class name (but still seems to build fine). Hovering over the error says "Class 'MyFragment' is not abstract and does not implement abstract base class member public abstract fun <I : Any!, O : Any!> prepareCall"
Ideas?
s
sashjakk
12/06/2020, 12:27 PM
Try upgrading to latest androidx fragment lib, I think this is due to new on activity result api
c
Colton Idle
12/06/2020, 8:27 PM
@sashjakk that was it. Thank you! I upgraded from the stable version I was at to 1.3.0-beta02 and it went away. phew