Closed Jean-BaptisteC closed 5 months ago
This PR fixes Android Studio warning because we init a variable with a null intent. I have replace null init with lateinit to tell to the compiler that variable is init later and adds the type of variable.
This PR fixes Android Studio warning because we init a variable with a null intent. I have replace null init with lateinit to tell to the compiler that variable is init later and adds the type of variable.