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

Commit ca766ba8 authored by sqian's avatar sqian
Browse files

Add missing break statement in Sap message handling

Bug: 67468803
Test: Treehugger
Change-Id: Ia589369197a6efeffb93684bf5f6f699c7f3bdb9
Merged-In: Ia589369197a6efeffb93684bf5f6f699c7f3bdb9
parent cd6ab2ea
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;