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

Commit 55c6f888 authored by Wink Saville's avatar Wink Saville
Browse files

Fix missing break statement found by Motorola.

parent a5fa3648
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -2511,6 +2511,7 @@ public final class RIL extends BaseCommands implements CommandsInterface {
                    mRestrictedStateRegistrant.notifyRegistrant(
                                        new AsyncResult (null, ret, null));
                }
                break;

            case RIL_UNSOL_RESPONSE_SIM_STATUS_CHANGED:
                if (RILJ_LOGD) unsljLog(response);