You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Using @Arg alone with a call to Akatsuki.restore and a non-null instance state causes Akatsuki to look for the @Retained's retainer class which does not exist.
The text was updated successfully, but these errors were encountered:
This has to be implemented in the generated code(a.k.a compile time) otherwise an annotation query has to be done to distinguish which annotation type is actually being used. Android seems to have questionable performance when it comes to runtime annotation queries so this fix ill be implemented via CLASS_LUT and a runtime fall-back in case the LUT option is turned off
Using
@Arg
alone with a call toAkatsuki.restore
and a non-null instance state causes Akatsuki to look for the@Retained
's retainer class which does not exist.The text was updated successfully, but these errors were encountered: