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

Commit ce938a1f authored by James.cf Lin's avatar James.cf Lin
Browse files

Add the break in the switch when handle the request updated completelly.

Bug: 14622818
Test: atest RcsUceAdapterTest
Change-Id: Id6971f1a702dfcbb4788359d51bb6612acca1ac8
parent 3b3370f9
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;
        }