1
0
mirror of https://github.com/owncloud/android-library.git synced 2026-08-18 11:52:56 +00:00

Fix bug: No files are shown when login in oc8.1

This commit is contained in:
masensio
2015-03-06 10:13:21 +01:00
parent 21b0e27e31
commit 91e4a44157
2 changed files with 8 additions and 3 deletions
@@ -39,9 +39,9 @@ import com.owncloud.android.lib.common.network.WebdavEntry;
public class RemoteFile implements Parcelable, Serializable {
/** Generated - should be refreshed every time the class changes!! */
private static final long serialVersionUID = 532139091191390616L;
/** Generated - should be refreshed every time the class changes!! */
private static final long serialVersionUID = 3130865437811248451L;
private String mRemotePath;
private String mMimeType;
private long mLength;