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

Commit 699680b6 authored by Roshan Pius's avatar Roshan Pius
Browse files

NetworkSelectionStatus: Fix copy constructor

Add couple of missing elements in the NetworkSelectionStatus copy constructor.

BUG: 31102798
Change-Id: Ie5f3719b94acf021d4ae2756afd635388640168c
parent 4f5503bc
Loading
Loading
Loading
Loading
+2 −0
Original line number Diff line number Diff line
@@ -1265,6 +1265,8 @@ public class WifiConfiguration implements Parcelable {
            }
            mTemporarilyDisabledTimestamp = source.mTemporarilyDisabledTimestamp;
            mNetworkSelectionBSSID = source.mNetworkSelectionBSSID;
            setCandidate(source.getCandidate());
            setCandidateScore(source.getCandidateScore());
            setConnectChoice(source.getConnectChoice());
            setConnectChoiceTimestamp(source.getConnectChoiceTimestamp());
            setHasEverConnected(source.getHasEverConnected());