Merge commit '22deda782e9b571246dd7cc0e16d8d70a1ad6e74' * commit '22deda782e9b571246dd7cc0e16d8d70a1ad6e74': Fix missing break statement found by Motorola.
This commit is contained in:
@@ -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);
|
||||
|
||||
Reference in New Issue
Block a user