Parcelize, Minor: Fix tests (writeToParcel/describeContents are not final anymore)
This commit is contained in:
+2
-2
@@ -56,7 +56,7 @@ public final class User : java/lang/Object, android/os/Parcelable {
|
||||
|
||||
public void <init>(java.lang.String p0, java.lang.String p1, int p2, boolean p3)
|
||||
|
||||
public final int describeContents() {
|
||||
public int describeContents() {
|
||||
LABEL (L0)
|
||||
LDC (0)
|
||||
IRETURN
|
||||
@@ -74,7 +74,7 @@ public final class User : java/lang/Object, android/os/Parcelable {
|
||||
|
||||
public final boolean isProUser()
|
||||
|
||||
public final void writeToParcel(android.os.Parcel p0, int p1) {
|
||||
public void writeToParcel(android.os.Parcel p0, int p1) {
|
||||
LABEL (L0)
|
||||
ALOAD (1)
|
||||
LDC (parcel)
|
||||
|
||||
Reference in New Issue
Block a user