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

Unverified Commit 431cf90b authored by AndyScherzinger's avatar AndyScherzinger
Browse files

fix CR

parent f92e1728
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -316,7 +316,7 @@ public class OCShare implements Parcelable, Serializable {
        mUserId = source.readLong();
        mRemoteId = source.readLong();
        mShareLink = source.readString();
        mIsPasswordProtected = source.readInt() == 0;
        mIsPasswordProtected = source.readInt() == 1;
    }