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

Commit 677a7e2e authored by sqian's avatar sqian Committed by android-build-merger
Browse files

Merge "Add missing break statement in Sap message handling"

am: 7c198c37

Change-Id: I7cbbc37a14956ec27e8ad8e56f3ea5c911dfca60
parents 88677daa 7c198c37
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;