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

Commit fd0bdcc3 authored by Jacek Surazski's avatar Jacek Surazski
Browse files

This function should be public

parent 298784cd
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -122,7 +122,7 @@ public class ApplicationErrorReport implements Parcelable {
        }
    }

    protected void readFromParcel(Parcel in) {
    public void readFromParcel(Parcel in) {
        type = in.readInt();
        packageName = in.readString();
        installerPackageName = in.readString();