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

Commit 03d10163 authored by Etan Cohen's avatar Etan Cohen Committed by android-build-merger
Browse files

Merge "[AWARE] Fix close guard method name" into oc-dr1-dev am: 9aabf295

am: b6c183a6

Change-Id: I0f28c240cc474bf975e9b8b1ece8b5da20b57e11
parents a4a79df9 b6c183a6
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -82,7 +82,7 @@ public class DiscoverySession implements AutoCloseable {
        mClientId = clientId;
        mSessionId = sessionId;

        mCloseGuard.open("destroy");
        mCloseGuard.open("close");
    }

    /**
+1 −1
Original line number Diff line number Diff line
@@ -54,7 +54,7 @@ public class WifiAwareSession implements AutoCloseable {
        mClientId = clientId;
        mTerminated = false;

        mCloseGuard.open("destroy");
        mCloseGuard.open("close");
    }

    /**