1
0
mirror of https://github.com/owncloud/android-library.git synced 2026-08-20 04:43:01 +00:00

Merge branch 'master' into develop

This commit is contained in:
David A. Velasco
2015-06-22 11:15:46 +02:00
2 changed files with 4 additions and 2 deletions
@@ -232,7 +232,7 @@ public class AccountUtils {
if (client != null) {
String cookiesString = client.getCookiesString();
if (cookiesString != "") {
if (!"".equals(cookiesString)) {
ac.setUserData(savedAccount, Constants.KEY_COOKIES, cookiesString);
// Log_OC.d(TAG, "Saving Cookies: "+ cookiesString );
}