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

Commit e8b19f8b authored by Terry Huang's avatar Terry Huang
Browse files

Revert "Fxi phone crash by ClassCastException"

This reverts commit 38c6e200.

Reason for revert: b/208398531

Change-Id: Ic21086807861cf26384dc3b0c141daa853b9db84
parent 38c6e200
Loading
Loading
Loading
Loading
+1 −2
Original line number Diff line number Diff line
@@ -346,11 +346,10 @@ public class RIL extends BaseCommands implements CommandsInterface {

                case EVENT_RADIO_PROXY_DEAD:
                    int service = msg.arg1;
                    AtomicLong obj = (AtomicLong) msg.obj;
                    riljLog("handleMessage: EVENT_RADIO_PROXY_DEAD cookie = " + msg.obj
                            + ", service = " + serviceToString(service) + ", service cookie = "
                            + mServiceCookies.get(service));
                    if (obj.get() == mServiceCookies.get(service).get()) {
                    if ((long) msg.obj == mServiceCookies.get(service).get()) {
                        resetProxyAndRequestList(service);
                    }
                    break;