aommm / bibbla

An android application for the libraries of Gothenburg.
3 stars 0 forks source link

Session needs to initialise strings #7

Closed aommm closed 12 years ago

aommm commented 12 years ago

In the Session class, we lock on name, code and pin using synchronized(). We need to initalise them in constructor and rewrite updateHasCredentials() amongst other things, which are currently checking for null instead of empty string.