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

Commit 7c198c37 authored by Treehugger Robot's avatar Treehugger Robot Committed by Gerrit Code Review
Browse files

Merge "Add missing break statement in Sap message handling"

parents cd6ab2ea ca766ba8
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;