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

Commit ada27345 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

am: 4df5593d

Change-Id: I96983d89d106beecd03199de42006af31d3694fa
parents 5d1127a8 4df5593d
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;