regarding the osm authorization: you had the auth repo being instantied everytime from default values it seems, and the reference was thrown away.
so i added the member variable to save it there.
you probably want to rewrite that thing because of the null checks (kotlin is still a book with magic seals to me)
regarding the osm authorization: you had the auth repo being instantied everytime from default values it seems, and the reference was thrown away. so i added the member variable to save it there. you probably want to rewrite that thing because of the null checks (kotlin is still a book with magic seals to me)