we set sharedprefs['id'] when we log in, and we check sharedprefs['id'] when we check isLoggedIn(). it seems that logout() only manipulates data in sqlite and does not unset sharedprefs['id'] . should it?