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

Commit 48f24022 authored by TreeHugger Robot's avatar TreeHugger Robot Committed by Android (Google) Code Review
Browse files

Merge "Use correct classloader in State CREATOR." into nyc-andromeda-dev

parents a90bd798 1dfad7f2
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -159,7 +159,7 @@ public class State implements android.os.Parcelable {
            in.readMap(state.dirConfigs, loader);
            in.readList(state.excludedAuthorities, loader);
            state.openableOnly = in.readInt() != 0;
            state.sortModel = in.readParcelable(getClass().getClassLoader());
            state.sortModel = in.readParcelable(loader);
            return state;
        }