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

Commit 79e658b7 authored by Amit Mahajan's avatar Amit Mahajan Committed by android-build-merger
Browse files

Merge "Fix to handle error in getRadioCapability() correctly." am: 8caf74e5

am: a55cdd86

Change-Id: Ided861af39465398cda0897f4689fdc407ca3d47
parents b0857d12 a55cdd86
Loading
Loading
Loading
Loading
+3 −1
Original line number Diff line number Diff line
@@ -1115,7 +1115,9 @@ public class RadioResponse extends IRadioResponse.Stub {
                ret = mRil.makeStaticRadioCapability();
                responseInfo.error = RadioError.NONE;
            }
            if (responseInfo.error == RadioError.NONE) {
                sendMessageResponse(rr.mResult, ret);
            }
            mRil.processResponseDone(rr, responseInfo, ret);
        }
    }