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

Commit 4696ee48 authored by Sreeram Ramachandran's avatar Sreeram Ramachandran
Browse files

Fix reboot loop due to NPE.

All that's old is new again: http://ag/63748.

Change-Id: I83df48447dbcb7f6edf02bd07abf721b009afa49
parent 92ddeeab
Loading
Loading
Loading
Loading
+2 −0
Original line number Diff line number Diff line
@@ -160,6 +160,8 @@ public class ProxyInfo implements Parcelable {
            }
            mExclusionList = source.getExclusionListAsString();
            mParsedExclusionList = source.mParsedExclusionList;
        } else {
            mPacFileUrl = Uri.EMPTY;
        }
    }