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

Commit 4df5593d authored by sqian's avatar sqian Committed by android-build-merger
Browse files

Merge "Add missing break statement in Sap message handling" am: 7c198c37

am: 677a7e2e

Change-Id: Id526b9d4ed5222b4dda755c8fdbdb89266b8ea55
parents bf6cef03 677a7e2e
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -650,6 +650,7 @@ public class SapServer extends Thread implements Callback {
                // todo: rild should be back up since message was sent with a delay. this is a hack.
                mRilBtReceiver.getSapProxy();
            }
            break;
        default:
            /* Message not handled */
            return false;