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

Commit f9808b55 authored by sqian's avatar sqian
Browse files

Fix mOemHookProxy wrong reset

Bug: 129834448
Test: Sanity
Change-Id: I0f8c98e06df11569633f742e800a0bfbbf66b2ad
parent c1467f77
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -515,7 +515,7 @@ public class RIL extends BaseCommands implements CommandsInterface {
                }
            }
        } catch (NoSuchElementException e) {
            mRadioProxy = null;
            mOemHookProxy = null;
            riljLoge("IOemHook service is not on the device HAL: " + e);
        }  catch (RemoteException e) {
            mOemHookProxy = null;