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

Commit 8906def3 authored by Treehugger Robot's avatar Treehugger Robot Committed by Gerrit Code Review
Browse files

Merge "Fix mOemHookProxy wrong reset"

parents c1467f77 f9808b55
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;