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

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

Merge "Fix mOemHookProxy wrong reset"

am: 8906def3

Change-Id: I96f7506f21a3fccc9a960f5f87a5d94f2fdfdb59
parents 0c1f0e42 8906def3
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;