
@marcinmoskala to forward events from within the Fragment to outside, you probably could have used FragmentManagerResult API with a DisposableEffect in Compose... that keeps the "android way" of doing things
English
Júlio Cotta
1.5K posts




















@PetarLjubic92 @ryanels Even when in an environment requiring security, it barely reports anything other than nonsense like "code smell: self-assignment" (if you call setX(getX());), or "code smell: using numerical constant in expression". I literally had to create public static final ZERO = 0; once 🤦













