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

Commit 39aad005 authored by Irfan Sheriff's avatar Irfan Sheriff Committed by Android Git Automerger
Browse files

am d2bfa3bd: Merge "Fix copy constructor" into jb-mr2-dev

* commit 'd2bfa3bd':
  Fix copy constructor
parents 6eeb41cf d2bfa3bd
Loading
Loading
Loading
Loading
+1 −0
Original line number Original line Diff line number Diff line
@@ -155,6 +155,7 @@ public class WifiP2pWfdInfo implements Parcelable {
    /** copy constructor */
    /** copy constructor */
    public WifiP2pWfdInfo(WifiP2pWfdInfo source) {
    public WifiP2pWfdInfo(WifiP2pWfdInfo source) {
        if (source != null) {
        if (source != null) {
            mWfdEnabled = source.mWfdEnabled;
            mDeviceInfo = source.mDeviceInfo;
            mDeviceInfo = source.mDeviceInfo;
            mCtrlPort = source.mCtrlPort;
            mCtrlPort = source.mCtrlPort;
            mMaxThroughput = source.mMaxThroughput;
            mMaxThroughput = source.mMaxThroughput;