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

Commit 14f751c8 authored by Lorenzo Colitti's avatar Lorenzo Colitti Committed by Automerger Merge Worker
Browse files

Merge "Apply ag/12775659 to IpClientManager." am: 77ba0a43

Original change: https://android-review.googlesource.com/c/platform/frameworks/base/+/1739193

Change-Id: I45986d1a7c41060bd617ad6efdf613188b60aef0
parents 4ccdeba9 77ba0a43
Loading
Loading
Loading
Loading
+2 −0
Original line number Diff line number Diff line
@@ -88,6 +88,8 @@ public class IpClientManager {
        } catch (RemoteException e) {
            log("Error confirming IpClient configuration", e);
            return false;
        } finally {
            Binder.restoreCallingIdentity(token);
        }
    }