mirror of
https://github.com/gabehf/tempus.git
synced 2026-03-09 23:48:18 -07:00
Delete queue on logout
This commit is contained in:
parent
78a4006ed6
commit
af60a4a3eb
12 changed files with 60 additions and 43 deletions
|
|
@ -91,7 +91,7 @@ public class PreferenceUtil {
|
|||
}
|
||||
|
||||
public String getServerId() {
|
||||
return mPreferences.getString(SERVER_ID, null);
|
||||
return mPreferences.getString(SERVER_ID, "");
|
||||
}
|
||||
|
||||
public void setServerId(String serverId) {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue