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

Commit e8174765 authored by sqian's avatar sqian Committed by android-build-merger
Browse files

Merge "Fix mOemHookProxy wrong reset" am: 8906def3

am: 903e87de

Change-Id: I422b28d52fe236fb1bdf3c71641a17e34f01fa17
parents 9d112b1f 903e87de
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;