Delete queue on logout

This commit is contained in:
CappielloAntonio
2021-08-09 00:23:09 +02:00
parent 78a4006ed6
commit af60a4a3eb
12 changed files with 60 additions and 43 deletions

View File

@@ -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) {