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

Commit 90082124 authored by Irfan Sheriff's avatar Irfan Sheriff
Browse files

Fix copy constructor

Bug: 8300712
Change-Id: If1c41a9fe35ca5950382ffcc5759fc14641d0b04
parent ab3b9fbf
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -155,6 +155,7 @@ public class WifiP2pWfdInfo implements Parcelable {
    /** copy constructor */
    public WifiP2pWfdInfo(WifiP2pWfdInfo source) {
        if (source != null) {
            mWfdEnabled = source.mWfdEnabled;
            mDeviceInfo = source.mDeviceInfo;
            mCtrlPort = source.mCtrlPort;
            mMaxThroughput = source.mMaxThroughput;