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

Commit 2eb6b0d9 authored by James.cf Lin's avatar James.cf Lin Committed by Automerger Merge Worker
Browse files

Add the break in the switch when handle the request updated completelly. am: ce938a1f

Original change: https://googleplex-android-review.googlesource.com/c/platform/frameworks/opt/net/ims/+/14671692

Change-Id: Icc1f56c3724794f9e97d98b3c626776025fc646e
parents 9724882c ce938a1f
Loading
Loading
Loading
Loading
+2 −1
Original line number Diff line number Diff line
@@ -143,8 +143,9 @@ public class OptionsRequestCoordinator extends UceRequestCoordinator {
                break;
            case REQUEST_UPDATE_NO_NEED_REQUEST_FROM_NETWORK:
                handleNoNeedRequestFromNetwork(request);
                break;
            default:
                logw("onRequestUpdated: invalid event " + event);
                logw("onRequestUpdated(OptionsRequest): invalid event " + event);
                break;
        }