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

Commit 094eafd4 authored by Treehugger Robot's avatar Treehugger Robot Committed by Gerrit Code Review
Browse files

Merge "Retry the call that fetches the tethering offload HAL."

parents 50665529 e87bf543
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -142,7 +142,7 @@ public class OffloadHardwareInterface {
    public boolean initOffloadConfig() {
        IOffloadConfig offloadConfig;
        try {
            offloadConfig = IOffloadConfig.getService();
            offloadConfig = IOffloadConfig.getService(true /*retry*/);
        } catch (RemoteException e) {
            mLog.e("getIOffloadConfig error " + e);
            return false;