mirror of
https://github.com/CappielloAntonio/tempo.git
synced 2026-02-01 23:13:36 +00:00
Delete queue on logout
This commit is contained in:
@@ -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) {
|
||||
|
||||
Reference in New Issue
Block a user