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

Commit 521c66e7 authored by Roshan Pius's avatar Roshan Pius Committed by Mitchell Wills
Browse files

NetworkSelectionStatus: Fix copy constructor

Add couple of missing elements in the NetworkSelectionStatus copy constructor.

BUG: 31102798
Change-Id: Ie5f3719b94acf021d4ae2756afd635388640168c
(cherry picked from commit 699680b6)
parent 22de5aac
Loading
Loading
Loading
Loading
+2 −0
Original line number Diff line number Diff line
@@ -1266,6 +1266,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());