Exodus-Privacy / exodus-android-app

εxodus Android application
GNU General Public License v3.0
702 stars 57 forks source link

Fix warning #481

Closed Jean-BaptisteC closed 5 months ago

Jean-BaptisteC commented 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.