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:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user