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

Commit 8caf74e5 authored by Treehugger Robot's avatar Treehugger Robot Committed by Gerrit Code Review
Browse files

Merge "Fix to handle error in getRadioCapability() correctly."

parents 730858e9 6f75943d
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);
        }
    }