Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 7e1c148e authored by vince-bourgmayer's avatar vince-bourgmayer
Browse files

change serialversionuid of RemoteFile

parent b3eeceed
Loading
Loading
Loading
Loading
+2 −1
Original line number Diff line number Diff line
@@ -42,7 +42,7 @@ public class RemoteFile implements Parcelable, Serializable, ISynchronizableCont
    /**
     * Generated - should be refreshed every time the class changes!!
     */
    private static final long serialVersionUID = 3130865437811248451L;
    private static final long serialVersionUID = 16012019L;

    private String mRemotePath;
    private String mMimeType;
@@ -347,4 +347,5 @@ public class RemoteFile implements Parcelable, Serializable, ISynchronizableCont
    public boolean isDir(){
        return getMimeType().equals("DIR");
    }

}